BullMQ is a Redis-backed job queue for Node.js with retries, scheduling, and worker concurrency.

How I use it

I use BullMQ for email sends, webhooks, and long-running tasks — keeping HTTP handlers fast by pushing work to background workers.