LeronArenwino / django-celery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 89.9%Language:Dockerfile 4.5%Language:HTML 4.4%Language:Shell 1.2%