Blog
Deep dives and release stories behind node-cron, what shipped, why, and what it unlocks.
- node-cron at scale: one fire, one instance, no queue
The myth that node-cron is not for production fleets is outdated. With distributed: true and a run coordinator, a scheduled job fires once across N instances, no queue required. Here is how it works.