SimpleWorker
JSON →SimpleWorker is a straightforward priority job queue library for Node.js (v3.0.1). It uses Redis as a backend for fast, reliable job processing with customizable concurrency and retry logic. Unlike full-featured queue systems like Bull or Bee-Queue, SimpleWorker focuses on minimal setup and a clean API. The library is actively maintained with periodic updates. Key differentiators include a simple configuration, priority support, and worker-level concurrency control. However, documentation is sparse, and the main usage guidance points to a code example.
Resources
packagesimple-worker ↗