mysql-queue

JSON →
library 0.1.5 ·javascript
verified Jun 7, 2026

A lightweight, type-safe MySQL-based job queue for Node.js (v0.1.5). Provides a simple API to enqueue and process jobs with retries, concurrency control, polling, and timeouts. Uses Zod for runtime schema validation and ships TypeScript definitions. Contrasts with Redis-backed queues like Bull by relying on MySQL, making it suitable for projects already using MySQL and wanting minimal dependencies. Release cadence is low, as it is a young package.