Help keep node-cron dependable.
node-cron has scheduled jobs in Node.js since 2016. Today it runs in 220,000+ repositories at around 20 million downloads a month, with zero runtime dependencies. It is maintained in the open, for free.
If it is part of your stack, sponsoring is a simple way to help keep it that way. Your support goes to the DST and timezone test suite that keeps jobs firing correctly through clock changes, the lifecycle observability that makes production debugging easier, and the ongoing work of holding the dependency count at zero.
(~10 years)
(npm)
(GitHub “Used by”)
dependencies
Our sponsors
What your sponsorship funds
A 0 3 * * * job fires once at 3am local, every day, including the two days a year the clock jumps. node-cron never fires twice for the same instant, never fires into a spring-forward gap, and handles 30-minute DST zones, not just the US case. Keeping those guarantees verified against changing timezone data is constant work.
Scale to four pods and a naive cron runs your nightly backup four times. distributed: true fires the job on exactly one instance per scheduled time, with a zero-dependency default or a Redis coordinator for high availability, and it fails loudly on deploy rather than silently at 3am.
Ten lifecycle events (started, finished, failed, missed, overlap, skipped) mean you are never guessing whether last night's job ran. Runs missed to blocking I/O or a busy event loop are detected and surfaced, not swallowed.
Move a CPU-bound or long-running job into an isolated forked process with a single line, and it never blocks your main event loop, while keeping the same lifecycle and events across the process boundary.
Tiers
| Tier | Monthly | What you get |
|---|---|---|
| Gold | $50 | Large logo at the top of the README, docs, and this page. Visible to developers across 220,000+ dependent repositories. The most visible way to support the project. |
| Silver | $25 | Logo in the README and on this page, seen by developers in the 220,000+ repositories that already depend on node-cron. |
| Bronze | $10 | Your logo and link on this page. A meaningful presence that helps keep the library tested and at zero dependencies. |
| Backer | $5 | Your name and link in the backers list. Every bit adds up to the hours that keep the library tested and at zero dependencies. |
Sponsor through GitHub Sponsors or Open Collective. This page updates automatically from both.