Articles by Tag #celery

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

Understanding tasks, brokers, workers, and backends in Celery

Learn the high-level concepts in Celery so you can start building your own task queues.

Learn More 35 0Jul 23 '24

Scaling Celery-Based Application in Production

This documentation covers how to scale a Celery-based application for document extraction and...

Learn More 16 1May 26 '24

Use SQLite as a Celery broker in Django

Run an SQLite-powered Celery broker in your Django application.

Learn More 14 2Jul 25 '24

Messaging System with RabbitMQ, Celery, and Flask

Overview This article walks you through setting up a messaging system using Flask,...

Learn More 10 2Aug 2 '24

Automatically reload Celery workers with a custom Django command

Hook into Django's built-in automatic reloading to improve your Celery development experience.

Learn More 5 0Jul 21 '24

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 3 2Oct 23 '24

Deploying FastAPI, PostgreSQL, Celery & Redis on Render - FastAPI Beyond CRUD (Part 23)

In this video, we’ll walk through deploying a FastAPI application on Render: This application...

Learn More 2 0Aug 5 '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

Ensuring Fair Processing with Celery - Part II

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

Learn More 1 0Dec 10 '24

Messaging System with Flask App and RabbitMQ/Celery for Email Handling 🚀

Overview Welcome to the Messaging System!. This system is designed to handle two main...

Learn More 1 0Jul 26 '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

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

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

AWS Lambda and Celery for Asynchronous Tasks in Django

Building responsive Django applications often involves handling tasks that shouldn't block the user...

Learn More 0 0Jun 7 '24

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 0 0Jan 30

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 0 0Apr 21