Agenda is a flexible job scheduler for Node.js, built with TypeScript and a pluggable backend system. It allows you to schedule jobs using cron syntax or human-readable intervals and persists them using MongoDB by default. You can hook into job events and utilize features like priority, concurrency control, and automatic index creation.
Schedule and manage background jobs for Node.js applications.
Node.js developers needing a robust, persistent, and configurable background job scheduling solution.