
Bullmq
- 10 repo stars
- Updated January 30, 2026
- vanman2024/ai-dev-marketplace
Build a durable TypeScript job queue with BullMQ + Redis — retries, rate limiting, scheduling/cron, and a Bull Board dashboard.
About
Skill for BullMQ, a TypeScript durable job queue on Redis with retries, rate limiting, scheduling, and the Bull Board dashboard. A developer uses it to add reliable background-job processing and workers to a backend.
- Durable job queue
- Retries & rate limiting
- Cron scheduling
- Bull Board dashboard
Bullmq by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install bullmq@ai-dev-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Last updated | January 30, 2026 |
| Repository | vanman2024/ai-dev-marketplace ↗ |
What it does
Build a durable TypeScript job queue with BullMQ + Redis — retries, rate limiting, scheduling/cron, and a Bull Board dashboard.
README.md
BullMQ Plugin
TypeScript-native durable job queue with Redis for background task processing.
Features
- Durable Jobs - Persist jobs in Redis, survive restarts
- Retries & Backoff - Automatic retry with exponential backoff
- Rate Limiting - Control job processing rate
- Priorities - Job prioritization
- Delayed Jobs - Schedule jobs for later
- Repeatable Jobs - Cron-like scheduling
- Worker Concurrency - Process multiple jobs in parallel
- Stalled Job Detection - Handle crashed workers
Quick Start
# Build complete BullMQ system
/bullmq:build my-workers
# Add specific features
/bullmq:add queue # Add a new queue
/bullmq:add worker # Add a worker
/bullmq:add dashboard # Add Bull Board UI
/bullmq:add scheduler # Add repeatable jobs
Why BullMQ?
BullMQ is the TypeScript equivalent of Celery for Python:
- Native TypeScript/JavaScript
- Redis-backed durability
- Production-ready at scale
- Active maintenance
Agents
bullmq-architect- Queue design and architectureworker-specialist- Worker implementationscheduler-specialist- Repeatable/delayed jobs