1. 首页
  2. 移动开发
  3. 其他
  4. celery template:简单的celery模板来演示链接和任务路由 源码

celery template:简单的celery模板来演示链接和任务路由 源码

上传者: 2021-04-06 11:52:28上传 ZIP文件 12KB 热度 13次
芹菜模板 描述 该模板演示了使用Python的框架执行异步任务的工作流。 它使用作为代理和结果后端。 该模板主要关注符合任务路由以及基本任务链,其中任务可以依赖于其他任务并且需要按顺序执行。 组织 calc # Application root ├── __init__.py # Celery app instance is imported here ├── celery.py # Celery configs live here ├── main.py # Chained tasks are called from here ├── pkg_1 │ ├── __init.__.py │ ├── tasks.py # Async task `add` and `sub
用户评论