Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

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

Topics

Resources

Stars

91 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages