文件名称:flask-celery-example:将Celery 4与Flask结合使用的示例(App Factory)以及芹菜Beat的定期任务
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-26 00:56:57
flask celery celerybeat FlaskPython
烧瓶芹菜的例子
用芹菜运行烧瓶的示例包括:
应用出厂设置
从烧瓶应用程序发送长时间运行的任务
用芹菜节拍发送定期任务
基于和他的
终点
/将任务添加到队列中并安排在10秒内开始
/ message-显示数据库中的消息(由celery任务每10秒处理一次)
/ status /
【文件预览】:
flask-celery-example-master
----.gitignore(2KB)
----setup.cfg(120B)
----README.md(1KB)
----.vscode()
--------settings.json(380B)
----src()
--------extensions.py(319B)
--------app.py(548B)
--------tasks()
--------config.py(1KB)
--------worker.py(1KB)
--------models()
--------__init__.py(0B)
--------controllers()
----pyproject.toml(877B)
----poetry.lock(47KB)
----.env.example(332B)