Skip to content

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

Notifications You must be signed in to change notification settings

testdrivenio/django-celery-beat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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 post.

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

Watchers

Forks

Releases

No releases published

Packages

No packages published