Bunqueue: A High-Performance Job Queue for Bun (with SQLite)

Bunqueue is a blazing-fast job queue written in Bun and powered by SQLite for persistent storage. Designed for single-server deployments and prototyping, it offers a BullMQ-compatible API with zero external dependencies – no Redis required! It boasts impressive performance, up to 286K operations per second, and includes features such as DLQ, cron jobs, and S3 backups. It’s a great alternative to BullMQ when you want to avoid the operational overhead of a separate Redis instance, especially for smaller projects and embedded use cases.

Related Posts