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
解决的问题:串行关闭作业,如果某个作业关闭耗时过长,则影响其他的作业没有及时关闭,以及长时间进程不退出导致kill -9进程。
兼容性的验证。
不兼容点:shutdown时,不同作业的回调方法(beforeForceStop,postForceStop),由之前的串行,变为并发执行,如果业务存在某些公用、线程不安全的代码,则会出现问题。
The text was updated successfully, but these errors were encountered:
#493 Using the concurrent way to shutdown the jobs
d7e090e
#493 add more logs and do some refactor
21f00f0
#493 try to wait job's postForceStop executing completely
6438e9c
#493 revert
c0b1106
#493 fix wait too long time for msg job, at blockUntilJobCompletedIfN…
f20a71f
…otTimeout
heziai
No branches or pull requests
解决的问题:串行关闭作业,如果某个作业关闭耗时过长,则影响其他的作业没有及时关闭,以及长时间进程不退出导致kill -9进程。
兼容性的验证。
不兼容点:shutdown时,不同作业的回调方法(beforeForceStop,postForceStop),由之前的串行,变为并发执行,如果业务存在某些公用、线程不安全的代码,则会出现问题。
The text was updated successfully, but these errors were encountered: