-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同时间点执行多个任务,会大概率性出现任务调度失败 #32
Comments
这个错误是任务被手动停止执行或者任务运行超时被取消调用产生的错误,你没有做相关操作吗 |
错误任务中 详情那里的日志是什么 |
没有任何相关操作哦。隔天过来查看日志,就发现有错误日志输出了 |
参考一下我这个,你的页面上会不会出现network error #28 |
没有出现网络误差提示哦。 |
错误信息 : 取消调用 这类信息大概占10%,90%的任务都是成功的 |
任务设没设置超时时间,还有麻烦把程序版本信息贴下 |
@lorock 谢谢反馈 现在已经定位到问题 已经修改 我测试一晚上如果明天没问题就会发新的版本 |
已修复 新版已经发布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用场景:昨天17点有同步dev分支的代码,主要修复cpu过高的问题。但是出现了新的情况:每2分钟执行三个任务,但是会概率性出现调度失败。失败日志截图如下:
The text was updated successfully, but these errors were encountered: