node-mysql-cron
JSON →A MySQL-based periodic cron job system supporting async worker functions with automatic error handling and JSON result serialization. Version 1.0.1 requires Node.js 12+ and a MySQL database. It provides conditional job execution via SQL WHERE clauses, parallel job execution limits, stalled job detection, and retry logic. Unlike traditional cron, it stores job definitions and history in a MySQL table, enabling distributed scheduling and persistence. Full TypeScript support and comprehensive type definitions are included. Release cadence is irregular.
Resources
packagenode-mysql-cron ↗