StdScheduler中ResumeJob和PauseJob的原子性操作 #127
miJasonK
started this conversation in
Show and tell
Replies: 1 comment
-
See #128. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在StdScheduler对象中,如果Remove Job成功但Push Job失败,这样会产生任务丢失,此场景应该怎么去支持?
In the StdScheduler object, if the Remove Job succeeds but the Push Job fails, the task will be lost. How should this scenario be supported?
Beta Was this translation helpful? Give feedback.
All reactions