当前位置:网站首页>About the Celery service report under win Process 'Worker' exited with 'exitcode 1' [duplicate]
About the Celery service report under win Process 'Worker' exited with 'exitcode 1' [duplicate]
2022-08-08 10:33:00 【User 9127725】
When using the Celery service to run asynchronous tasks or scheduled tasks, although the service starts, an error will be reported:
Celery Process 'Worker' exited with 'exitcode 1' [duplicate]
Causes the task not to run.
After searching, we can locate the problem, because the version of celery's dependency library billiard is too low, which causes the task to be blocked, so the best solution is to upgrade billiard
Execute pip install --upgrade billiard
The official explanation is that billiard is best >= 3.5, so if you are worried, it is better to specify the version number to install
边栏推荐
- MySQL学习第一部分:认识MySQL
- nacos安装
- 使用文档数据库的目的是什么呢?
- Thoroughly understand the differences and application scenarios of session, cookie, sessionStorage, and localStorage (interview orientation)
- MongoDB是什么,怎么用?
- 关于win下面Celery服务报 Process 'Worker' exited with 'exitcode 1' [duplicate]
- 图数据库一般用于什么时候呢?
- 列存储数据库是通过什么来定位的呢?
- LeetCode每日一题--有序队列(整理最小表示法)
- 基于ftp协议的上传与下载
猜你喜欢
Simple Mixed Operations Calculator
Solutions and ideas for the problem that Loadrunner's recording event is 0
面试突击72:输入URL之后会执行什么流程?
2022世界机器人大会即将举办,智能机器人助推传统行业向智能化、数字化转型升级
五、树结构
业务缓存之体系化设计与开发
snmptrapd+snmptt接收告警并用py脚本发送
经开安监App技术服务支持
关于振弦采集模块及采集仪振弦频率值准确率的问题
Loadrunner12.0.2 installation and Chinese language pack installation (Chinese)
随机推荐
mysql 性能分析
七、图结构
苹果开发者账号申请流程完整版
四、哈希表
MySQL源码解析之执行计划
小程序使用npm包
便利贴--48{再次,适配屏幕宽高class}
NoSQL数据库有哪些优势吗?又有哪些劣势呢?
卫星互联网真能替代 5G?
Loadrunner12.0.2安装及中文语言包安装(汉化)
MySQL学习第一部分:认识MySQL
Detailed Explanation of Gradient Vanishing and Gradient Explosion Problems
在mysql中,存储过程中参数为中文 乱码解决方案
牛客收藏上万的神作!这份阿里P8手写的MySQL主从原理手册真的牛
带你深入理解3.4.2的版本更新,对用户带来了什么?
技术分享 | 接口自动化测试之JSON Schema模式该如何使用?
2022世界机器人大会即将举办,智能机器人助推传统行业向智能化、数字化转型升级
Forward Propagation and Back Propagation
部署spark2.2集群(standalone模式)
Tensorflow基础概念