SGSurbhi Garginsurbhi-blogs.hashnode.dev·Jan 31, 2023 · 3 min readHow does sidekiq store jobs in Redis?Sidekiq is an open-source job scheduler written in Ruby. It uses Redis as a data store for queue management and job processing.Have you ever wondered how sidekiq uses Redis to store and process these jobs?? Well, let me go through it step by step. Ho...00
SGSurbhi Garginsurbhi-blogs.hashnode.dev·Oct 25, 2022 · 3 min readScaling journey - from 16k to 160k users.In my previous article, I explained how we are using a queue-based application that uses sidekiq for the management of queues. We were able to process jobs in the background using this architecture but with growing requests, it was difficult to proce...00