21st June 2025
Python Hi Folks, when I was working on rails or node I was very used to using Sidekiq or bull-queue for the background job when I recently started using Python I came across some use cases where we had to use background services for our backend system. In this blog, I will discuss how we overcome this with the help of Redis and celery. What is celery? Celery is an open-source, distributed task queue system for handling asynchronous and periodic tasks in Python applications. What is redis? Redis is primarily an in-memory data store and it can store different types […]





