GitHunt
TE

testdrivenio/django-celery-beat

Example of how to manage periodic tasks with Django, Celery, and Docker

Handling Periodic Tasks in Django with Celery and Docker

Example of how to manage periodic tasks with Django, Celery, and Docker

Want to learn how to build this?

Check out the article.

Want to use this project?

Spin up the containers:

$ docker compose up -d --build

Open the logs associated with the celery service to see the tasks running periodically:

$ docker compose logs -f 'celery'

Languages

Python91.9%Dockerfile4.2%HTML2.7%Shell1.1%

Contributors

MIT License
Created April 15, 2020
Updated March 14, 2026
testdrivenio/django-celery-beat | GitHunt