BlazerJob
JSON →BlazerJob is a lightweight, SQLite-backed task scheduler for Node.js and TypeScript applications, currently at version 2.0.7. It supports scheduling and executing asynchronous tasks (custom functions or HTTP requests) with configurable concurrency, intervals, and max runs. Unlike many task schedulers, BlazerJob offers both in-memory (default) and persistent SQLite storage options, and includes an optional built-in Fastify HTTP server for task management via REST API. The library ships with TypeScript definitions and is designed for simplicity and performance.
Resources
packageblazerjob ↗