Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 486 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 486 Bytes

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'