Skip to content

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

Notifications You must be signed in to change notification settings

techkuz/celery_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages