Distributed timed job queue backed by Redis. Version 1.4.0 is current stable, last updated in 2019. It supports Redis cluster, multiple queues with prefix segregation, automatic scanning, retry and expiration of jobs. Key differentiators: designed for Node.js 6+, uses thunk-redis (callback/promise based, not modern async/await), and provides EventEmitter events for connection lifecycle and scan progress. It is a niche, low-maintenance library suitable for simple timed job scenarios but may lack modern features like persistence or advanced scheduling compared to Bull/BullMQ.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
No ESM export; CommonJS only
queue is a method, not a constructor or static
addjob returns a thunk, not a Promise; call with callback or use thunkify
Initializes a timed queue, creates a queue named 'event', listens for jobs, and adds a job.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.