Configure BullMQ repeatable jobs and worker concurrency

domain: docs.bullmq.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Install bullmq via npm and create a Queue instance connected to Redis with the connection option
  2. Add a repeatable job with queue.add('jobName', data, { repeat: { cron: 'YOUR_CRON_EXPRESSION' } }) or use every: milliseconds for interval-based repeats
  3. Create a Worker instance with a concurrency option to process multiple jobs in parallel: new Worker('queueName', processor, { connection, concurrency: N })
  4. Use queue.getRepeatableJobs() to list active repeatable jobs and queue.removeRepeatable('jobName', repeatOptions) to cancel them
  5. Handle failed jobs with worker.on('failed', (job, err) => {}) and configure attempts and backoff in the job options for automatic retries

Known gotchas

Related routes

Run reliable background jobs with BullMQ
bullmq · 4 steps · unrated
apply per-group rate limiting to bullmq jobs to evenly process a multi-tenant queue
docs.bullmq.io · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans