We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
timerWriteException 这个变量的赋值只会在定时任务失败后,如果是preCommit调用则会导致抛出的NoRestartException被吃掉
任务停止
关闭定时提交的任务initTimingSubmitTask()
No response
master
The text was updated successfully, but these errors were encountered:
这个地方确实是一个bug;
这个地方不应该只是打印日志;
Sorry, something went wrong.
@zhourui999 你要修复下这个bug吗?
[hotfix-#1501]fix throw NoRestartException can not sotp application (#…
ecd926a
…1507)
88a068e
…1507) (cherry picked from commit ecd926a)
Successfully merging a pull request may close this issue.
Search before asking
What happened
timerWriteException 这个变量的赋值只会在定时任务失败后,如果是preCommit调用则会导致抛出的NoRestartException被吃掉
What you expected to happen
任务停止
How to reproduce
关闭定时提交的任务initTimingSubmitTask()
Anything else
No response
Version
master
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: