queue-job-processor

Installation
SKILL.md

Queue Job Processor

Build robust background job processing with BullMQ and Redis.

Core Workflow

  1. Setup Redis: Configure connection
  2. Create queues: Define job queues
  3. Implement workers: Process jobs
  4. Add job types: Type-safe job definitions
  5. Configure retries: Handle failures
  6. Add monitoring: Dashboard and alerts

Installation

npm install bullmq ioredis
npm install -D @types/ioredis
Installs
9
GitHub Stars
2
First Seen
Feb 16, 2026
queue-job-processor — monkey1sai/openai-cli