文件名称:celery_example:具有周期性任务的celery-app的结构示例(已通过celery 4.1和Python 3.6进行了检查)
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-20 08:49:49
boilerplate celery celerybeat periodic-tasks Python
celery_example 具有周期性任务的celery-app的结构示例 启动命令: $ pip install -r requirements.txt $ celery -A main_app.periodic_tasks beat $ celery -A main_app worker Python 3.6
【文件预览】:
celery_example-master
----example_app()
--------tasks.py(116B)
----requirements.txt(44B)
----config()
--------__init__.py(407B)
--------config.yml(399B)
--------config.local.yml(185B)
----README.md(217B)
----main_app()
--------periodic_tasks.py(955B)
--------celery.py(297B)
----.gitignore(98B)