Search across all documentation pages
8 pages in this section.
Why queues decouple work from the request that created it, what a broker actually guarantees about delivery, and the vocabulary - backpressure, delivery guarantees, dead-letter queues - the rest of this section assumes.
Learn how to use queues and workers in Node.js with 8 examples. Understand why to queue, how producers enqueue jobs, and workers consume them.
Learn how to implement BullMQ for Redis-backed queues in Node.js, including delayed jobs, retries, priorities, and observability.
Learn to consume AWS SQS messages with Node.js and AWS SDK v3, implementing long polling, visibility timeouts, and dead-letter queues.
Optimize queue performance and reliability with best practices for producers, workers, and dead-letter queues. Learn to monitor depth, handle errors, and ensure idempotency.
A single-page roundup of every highlight bullet from the 7 pages in the Queues & Workers section, grouped by source page so you can scan all 34 takeaways without opening each article individually.