Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I’m currently using Redis as the broker for Celery, but since I already have PostgreSQL running, I...
Have you ever found yourself staring at a production issue, wondering "What the hell happened here?"...
TL;DR We will create an AI tool to create slides from a PDF. I'll show you how to build a...
In most web applications, there comes a time when you need to automate things — send an email...
This article explores task priorities in Celery, building upon the previous post about fair...
If you’re familiar with Python, chances are you’ve heard of Celery. It’s often the go-to choice for...
🚀 Background Celery is a cron job service commonly used in Django projects. In my case, I...
HTTP, as it is known, is a protocol based on a request-response loop between client and server....
If you've ever wished your notes could talk back to you intelligently — or if you're buried under...
Learn how to build a lightweight, high-performance task queue using Redis. This guide walks through implementing a Redis-based queue system with configurable concurrency leveraging celery to process them efficiently. Perfect for developers looking for a cost-effective alternative to cloud-based queuing solutions.
Introduction In this follow-up post I'll lift the hood on CVFactory's backend ‑ the...
In the concluding video of this series, we configure Flower as a service with Docker Compose....
Now that we have set up Celery and Redis containers with Docker, this video demonstrates how to run...
Celery: Beyond the Basics – A Production Deep Dive Introduction Last year, a...
This video is all about bringing background tasks to your Django project using Celery and Redis with...
Many data engineers struggle to integrate various tools like Airflow, Celery, RabbitMQ, and...
The next item in my collection of "Aren't we all just constantly re-creating the same bits of code?"...
This project walks you through setting up a friendly and flexible development environment for a...
Performance is everything in modern web applications. Users expect fast responses, instant feedback,...
I built an app in python using the fastapi and celery libraries and now I want to deploy it using...
In this part of the series, we’re going to make adding a PostgreSQL database to your Django app super...
🚀 I recently published a detailed guide on Custom Task Scheduling in Python using Redis and...
Используйте transaction.on_commit В одном из файлов встречается использование...
The problem You have a periodic task in Celery defined with a crontab(...) schedule, and...