DevOps
Redis, BullMQ & background jobs
0views0comments
Using Redis and BullMQ to handle heavy work without blocking the main API.
Overview
This course shows how to move heavy work (sending email, resizing images, generating sitemaps) off the main request path.
Course content
Setting up a BullMQ queue on Redis, retries and dead-letter queues, and monitoring running jobs.
Who it is for
Backend developers who want the API to stay fast even with heavy work happening behind it.
Tags
redisbullmqqueue
Courses
← BackCategory
DevOps · Courses