[ISSUE #8124] Avoid scheduled tasks exiting because of unknown exceptions#8121
Merged
RongtongJin merged 1 commit intoapache:developapache/rocketmq:developfrom May 13, 2024
colin719:avoid-schedule-fail-then-exitcolin719/rocketmq:avoid-schedule-fail-then-exitCopy head branch name to clipboard
Merged
[ISSUE #8124] Avoid scheduled tasks exiting because of unknown exceptions#8121RongtongJin merged 1 commit intoapache:developapache/rocketmq:developfrom colin719:avoid-schedule-fail-then-exitcolin719/rocketmq:avoid-schedule-fail-then-exitCopy head branch name to clipboard
RongtongJin merged 1 commit intoapache:developapache/rocketmq:developfrom
colin719:avoid-schedule-fail-then-exitcolin719/rocketmq:avoid-schedule-fail-then-exitCopy head branch name to clipboard
Conversation
Signed-off-by: Colin Lee <colin719@gmail.com>
Contributor
Author
RongtongJin
approved these changes
May 13, 2024
Contributor
|
It would be better to first create an issue to link with this PR. |
Contributor
Author
Because the scenario is complex, we made modification suggestions directly based on the problems we encountered. |
Contributor
What I understand is that the problem is described in the Issue and the problem is solved in the PR. Listing the reasons for changes is helpful for future generations to learn. |
cserwen
approved these changes
May 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Which Issue(s) This PR Fixes
Fixes #8124
Brief Description
avoid scheduled tasks exiting because of unknown exceptions