Handle processing peaks in NestJS using Queues and monitor them— Ft. Redis and Bull

Queues can come in handy in smoothing out processing peaks for tasks which can take time to process or block the node.js event loop. Challenge Lets say we have an endpoint which processes some data, that takes more than a few seconds; it can be complex calculations, video processing, audio transcoding etc.. if multiple users… Continue reading Handle processing peaks in NestJS using Queues and monitor them— Ft. Redis and Bull