Articles by Tag #celery

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

PostgreSQL as a Celery Broker

I’m currently using Redis as the broker for Celery, but since I already have PostgreSQL running, I...

Learn More 4 2Oct 23 '24

How I Learned to Stop Worrying and Love Raw Events, Event Sourcing & CQRS with FastAPI and Celery

Have you ever found yourself staring at a production issue, wondering "What the hell happened here?"...

Learn More 4 0Sep 3

Create a PDF to Slide AI Generator with Python, Celery, and python-pptx 🔥🚀

TL;DR We will create an AI tool to create slides from a PDF. I'll show you how to build a...

Learn More 3 0Apr 21

⚙️ Task Scheduling in Django: A Practical Guide with Real Use Cases

In most web applications, there comes a time when you need to automate things — send an email...

Learn More 2 0Jun 24

Ensuring Fair Processing with Celery - Part II

This article explores task priorities in Celery, building upon the previous post about fair...

Learn More 2 0Dec 10 '24

Ensuring Fair Processing with Celery — Part I

If you’re familiar with Python, chances are you’ve heard of Celery. It’s often the go-to choice for...

Learn More 2 0Nov 14 '24

Set up Celery production for Django project

🚀 Background Celery is a cron job service commonly used in Django projects. In my case, I...

Learn More 1 0Apr 5

What is Celery?

HTTP, as it is known, is a protocol based on a request-response loop between client and server....

Learn More 1 0Oct 21 '24

How to Build a Second Brain with LLMs and Vector Search (Using Pinecone + GPT-4)

If you've ever wished your notes could talk back to you intelligently — or if you're buried under...

Learn More 1 0May 5

Implementing a Redis-Based Task Queue with Configurable Concurrency

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.

Learn More 1 0Jan 30

Behind CVFactory's Backend: Celery, FastAPI, and Playwright at Scale

Introduction In this follow-up post I'll lift the hood on CVFactory's backend ‑ the...

Learn More 0 0Jul 1

Monitor Celery Tasks With Flower - Containerize A Django Application With Docker (Part 5)

In the concluding video of this series, we configure Flower as a service with Docker Compose....

Learn More 0 0Aug 1

Running Celery Tasks In Django - Containerize A Django Application With Docker (Part 4)

Now that we have set up Celery and Redis containers with Docker, this video demonstrates how to run...

Learn More 0 0Aug 1

Python Fundamentals: celery

Celery: Beyond the Basics – A Production Deep Dive Introduction Last year, a...

Learn More 0 0Jul 19

Adding Celery Background Workers With Redis - Containerize A Django Application With Docker (Part 3)

This video is all about bringing background tasks to your Django project using Celery and Redis with...

Learn More 0 0Jul 27

🛠️ Setting Up Airflow with Celery, RabbitMQ, and PostgreSQL — Solving Real-World Integration Issues

Many data engineers struggle to integrate various tools like Airflow, Celery, RabbitMQ, and...

Learn More 0 0Jun 6

How do I measure the execution time of Celery tasks?

The next item in my collection of "Aren't we all just constantly re-creating the same bits of code?"...

Learn More 0 0Jan 13

Introduction & Project Set Up - Containerize A Django Application With Docker (Part 1)

This project walks you through setting up a friendly and flexible development environment for a...

Learn More 0 0Jul 24

Building Async Backends with Django and Celery

Performance is everything in modern web applications. Users expect fast responses, instant feedback,...

Learn More 0 0Oct 3

Deploying a fastapi and celery app with docker

I built an app in python using the fastapi and celery libraries and now I want to deploy it using...

Learn More 0 0Jul 30

Setting Up Django with PostgreSQL - Containerize A Django Application With Docker (Part 2)

In this part of the series, we’re going to make adding a PostgreSQL database to your Django app super...

Learn More 0 0Jul 24

Custom Task Scheduling in Python using Redis and Celery

🚀 I recently published a detailed guide on Custom Task Scheduling in Python using Redis and...

Learn More 0 0Apr 23

2. Celery

Используйте transaction.on_commit В одном из файлов встречается использование...

Learn More 0 0Aug 8

Calculating the next run date of a Celery periodic task

The problem You have a periodic task in Celery defined with a crontab(...) schedule, and...

Learn More 0 1Jun 12