queue_setup_bullmq
Create BullMQ queues by specifying names, Redis connection, and optional dashboard. Configure job priorities and rate limits for reliable background processing.
Instructions
Set up BullMQ queues with job definitions, priorities, and rate limiting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| redis_url | No | Redis connection URL | redis://localhost:6379 |
| queue_names | Yes | Names of queues to create (e.g. 'email', 'image-processing') | |
| include_dashboard | No | Whether to include Bull Board dashboard setup |