Testdrivenio Django Celery Save

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

Project README

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>/
Open Source Agenda is not affiliated with "Testdrivenio Django Celery" Project. README Source: testdrivenio/django-celery
Stars
152
Open Issues
3
Last Commit
9 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating