文章目录
- celery 简介
- celery in pytorch
-
- windows 平台下使用celery 的一些问题
- 参考文献与学习路径
-
- 一些类似消息队列多进行推理预测的实现参考
- celery and sqlite
- celery vs huey
celery 简介
先说一下celery 不支持windows 【或者说支持的不好】
pypi
- https://pypi.org/project/celery/
中文文档:
- https://www.celerycn.io/jian-jie
Web:
- https://docs.celeryproject.org/en/stable/index.html
Source:
- https://github.com/celery/celery/