node-persistent-queue
JSON →A simple SQLite-backed FIFO queue for running many short tasks sequentially in Node.js event thread without blocking. Version 1.0.5, last released in 2018. Uses setImmediate() to allow event loop to poll between tasks. Differentiates from in-memory queues or worker threads by providing persistence via SQLite and promise-based API. Ideal for small tasks that must survive crashes/restarts.
Resources
packagenode-persistent-queue ↗
API endpoints
full doc /v1/registry/node-persistent-queue