plainjob
JSON →plainjob is a lightweight, high-performance job queue backed by SQLite, designed to handle up to 15,000 jobs per second. It supports both bun:sqlite and better-sqlite3 as database drivers, with TypeScript types included. Key differentiators include its minimal dependencies (only better-sqlite3 and a cron-parser), support for delayed jobs, cron-scheduled jobs, automatic cleanup, and job timeout handling. The current stable version is 0.0.14, with active development on GitHub.
Resources
packageplainjob ↗