Provide a fast, dependency-free job queuing system for Bun applications, especially for AI agents and automation workflows.
`bunqueue` is a high-performance job queue for Bun, enabling background tasks, cron jobs, and scheduled operations with SQLite persistence, dead-letter queues, and S3 backups. You can add it with `bun add bunqueue` and use `new Bunqueue(...)` for a combined queue and worker, or separate `Queue` and `Worker` instances for distributed systems. It's built for AI agents, offering an MCP Server for natural language queue control.
Provide a fast, dependency-free job queuing system for Bun applications, especially for AI agents and automation workflows.
Developers building high-performance background job systems for Bun, particularly those involved with AI agents, automation, or distributed task processing.