Taier
Taier copied to clipboard
周期实例缺少异常情况处理、重跑任务没有处理重跑标志
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
- 周期实例生成分批切割,分割计算数存在误差)
- 周期实例生成过程中,未处理部分任务删除情况
- 周期实例重跑,没有更新周期实例状态
What you expected to happen
1.周期实例生成分批切割,计算数据存在误差

2.周期实例生成中,如果任务被删除,会导致最后处理的批次获取到的任务为空,导致CountDownLatch没有-1,导致后面await()一直在等待

How to reproduce
无
Anything else
No response
Version
master
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct