QuietQueue
A minimal, durable job queue for Node.js with zero external dependencies beyond SQLite.
Node.jsSQLiteTypeScript
Most projects don’t need Redis just to run background jobs. QuietQueue proves SQLite is enough for the 90% case.
Key features
- At-least-once delivery with configurable retry backoff
- Single-file embedded storage, no Redis required
- Built-in dashboard for inspecting stuck jobs