Skip to main content
Chronos

Chronos Documentation

A light-weight job scheduling library for Node.js

NPM VersionNPM DownloadsLicense
🗄️

MongoDB Backed

Chronos uses MongoDB as its persistence layer, ensuring your jobs are safely stored and can survive application restarts. Built for reliability and production use.

⚡

Promise Based API

Modern async/await support with Promise-based API. Write clean, maintainable code with full TypeScript support and comprehensive error handling.

📅

Flexible Scheduling

Schedule jobs using cron syntax, human-readable intervals, or exact dates. Configure priority, concurrency, and repeating patterns with ease.