Show HN: Bunqueue – Job queue for Bun using SQLite instead of Redis
Summary
The Bunqueue project introduces a high-performance job queue for Bun that uses SQLite for persistence instead of Redis, aiming for zero external dependencies. It offers a BullMQ-compatible API, SQLite durability, DLQ, cron jobs, and S3 backups, with monitoring and documentation to support integration into Bun-based apps. While niche, it addresses backend automation needs for Bun applications and lightweight queueing in environments where Redis is undesirable.