All Projects → testdrivenio → django-celery-beat

testdrivenio / django-celery-beat

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

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to django-celery-beat

django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (-67.27%)
Mutual labels:  django-docker
django-github-digitalocean
Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions
Stars: ✭ 45 (-18.18%)
Mutual labels:  django-docker

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].