bunqueue
High-performance job queue for Bun with zero external infrastructure
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install bunqueue?▼
Run `npx skills add egeominotti/bunqueue --all -g -y` in your terminal to install all skills in this suite globally.
Does bunqueue require Redis?▼
No. It runs in memory by default or persists to a single SQLite file, with optional PostgreSQL for multi-broker setups.
Can I use bunqueue from Python, Go, or PHP?▼
Yes. Official SDKs exist for TypeScript, Python, PHP, Go, Rust, and Elixir, all speaking the same TCP protocol to one server.
Can AI agents manage bunqueue queues?▼
Yes. The built-in MCP server exposes 73 tools so AI agents can add jobs, monitor queues, and process tasks directly.
Is bunqueue compatible with BullMQ?▼
Yes. It mirrors the BullMQ Queue, Worker, and FlowProducer APIs, so migrating usually means changing only the import and connection config.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core