当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
snmptrapd+snmptt接收告警并用py脚本发送
NoSQL数据库有哪些优势吗?又有哪些劣势呢?
300万招标!青岛市医疗保障局主机数据库中间件运行维护服务项目
MySQL源码解析之执行计划
萤石、小米对垒智能摄像头
搞清楚系统到底怎样支撑高并发以及架构图的绘制(面试向)
卫星互联网真能替代 5G?
In ASP.NET Core 2.0, solve the configuration problem of large file upload
Loadrunner的录制event为0的问题解决方法与思路
C# api 将base64编码 上传至fastdfs转成文件
八、排序与搜索
三、集合与字典
MySQL学习第一部分:认识MySQL
TCP通信
2022 world conference on robots is holding, intelligent robot booster to intelligent, digital transformation and upgrading traditional industry
Solutions and ideas for the problem that Loadrunner's recording event is 0
ReentrantLock源码分析和使用案例
Postman使用简单演示
Categorized input and output, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, go lang basic data types and input and output EP03
文档数据库中的文档可以有相同的数据结构嘛?