mongodb-cron

JSON →
library 1.9.0 ·javascript
verified Jun 5, 2026

MongoDB collection as a crontab / job queue. Current stable version is 1.9.0, released under ISC license, actively maintained. It uses the official MongoDB Node.js driver (v6) and atomic MongoDB commands to ensure safe job processing in clustered environments. Key differentiator: simple document-based scheduling using a `sleepUntil` field, with built-in lock and retry mechanisms. TypeScript types included. Note: not to be confused with Agenda or similar libraries.