rethinkdb-job-queue

JSON →
library 3.1.7 ·javascript
verified Jun 7, 2026

rethinkdb-job-queue is a persistent job/task queue backed by RethinkDB, designed for distributed worker nodes with pub/sub, concurrency, priority, retries, delayed jobs, timeouts, repeatable jobs, and job reanimation. The current stable version is 3.1.7. Release cadence is irregular; the project is maintained. Key differentiators from other job queues (e.g., Bull, Kue) include reliance on RethinkDB as the backing store (offering real-time changefeeds for pub/sub), built-in job history logs, and TypeScript definitions. It supports multiple queues per RethinkDB instance and global queue events.