GitHunt
TE

testdrivenio/django-celery

Example of how to handle background processes with Django, Celery, and Docker

Asynchronous Tasks with Django and Celery

Example of how to handle background processes with Django, Celery, and Docker.

Want to learn how to build this?

Check out the post.

Want to use this project?

Spin up the containers:

$ docker compose up -d --build

Open your browser to http://localhost:1337 to view the app or to http://localhost:5555 to view the Flower dashboard.

Trigger a new task:

$ curl -F type=0 http://localhost:1337/tasks/

Check the status:

$ curl http://localhost:1337/tasks/<TASK_ID>/

Languages

Python70.2%HTML16.4%JavaScript7.4%Dockerfile4.3%Shell1.2%CSS0.6%

Contributors

MIT License
Created March 14, 2020
Updated January 7, 2026