Robust cron scheduling for Node.js
A cron job scheduler built on pin-versioned node-cron with an internal deterministic engine fallback. Named jobs, timezone support, and clear scheduling APIs.
What's included
- node-cron pinned 3.0.3 — stable dependency
- Internal engine fallback — works without node-cron
- Named jobs — start/stop by name
- Timezone support — schedule in any TZ
- Cron validation — fail fast on bad expressions
- 10 passing tests — node:test suite
Quick Start
npm install
node examples/basic.js
Stack
Node.js 18+ · node-cron
Use cases
- Scheduled backups
- Recurring notifications
- Report generation
- Automation triggers