techkuz / celery_example

Example of stucture for celery-app with periodic tasks (checked with celery 4.1 and Python 3.6))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celery_example

Example of structure for celery-app with periodic tasks

Launch commands:
$ pip install -r requirements.txt
$ celery -A main_app.periodic_tasks beat
$ celery -A main_app worker

Python 3.6

About

Example of stucture for celery-app with periodic tasks (checked with celery 4.1 and Python 3.6))


Languages

Language:Python 100.0%