The TLDR Tech
  • Home
  • Django
  • About
  • Author
  • Consult
Sign in Subscribe

Celery

Celery is a Python library for executing tasks asynchronously. It is a pure Python implementation of Celery, an asynchronous task queue/job queue based on distributed message passing. The Celery asynchronous task is written in Python and is distributed under the MIT license. Celery is a distributed message passing library.
How to perform healthcheck of Celery beat?
Celery

How to perform healthcheck of Celery beat?

Unpredictability or manual validation is the worst enemy of a developer. When we deploy any application to production our first hunch is to check if everything is working as expected. We start adding automatic health-check for all the systems in place so that we don't have to manually
23 Aug 2021 3 min read
How to setup Celery with Django?
Celery

How to setup Celery with Django?

Celery is an asynchronous task framework that can be used to perform long-running jobs required in the Django web application
14 Aug 2021 5 min read
How to setup periodic task in Celery, Django?
Celery

How to setup periodic task in Celery, Django?

The TLDR answer: If you using celery for years, then you must have got used to the @periodic_task decorator to help you set up any periodic task. But as soon as you update your celery, you get a deprecation warning, or else if you start using the latest version
20 Jan 2021 4 min read
Page 1 of 1
The TLDR Tech © 2025
Powered by Ghost