@push.rocks/taskbuffer – just scheduling task executions
push.rocks/taskbuffer appears to be a focused utility for queuing and scheduling short-lived tasks — useful when you need to debounce bursts or smooth calls to a rate-limited API. The npm landing (blocked by Cloudflare in my screenshot) doesn't show whether it offers persistence, retries, or clustering, so right now it looks like a handy single-process tool but not a replacement for Bull/Agenda in production workloads.
