api-queue-bullmq
Installation
SKILL.md
BullMQ Job Queues
Purpose
Generate BullMQ job queues with tenant isolation, automatic retry logic with exponential backoff, dead letter queue configuration, and comprehensive error handling.
When to Use
- Creating background job processors (emails, reports, batch operations)
- Implementing async workflows with retries
- Building tenant-isolated job queues
- Creating scheduled/recurring jobs
- Processing AI requests with priority queues