Skip to content
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

某任务表达式错误,会导致部分任务重复执行,部分正常任务无法执行 #3541

Open
HongyiPaulZeng opened this issue Sep 12, 2024 · 0 comments

Comments

@HongyiPaulZeng
Copy link

版本:
2.4.0

现象:
某个任务表达式错误,导致部分正常任务重复执行,部分正常任务无法执行。

原因:
JobScheduleHelper 类, void start()方法。
约83行 for (XxlJobInfo jobInfo: scheduleList) 循环中,表达式抛出异常会打断循环,导致重复预读,部分任务会被重复执行,异常任务后面的正常任务无法执行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant