-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
Add fail_hard decorator for worker methods #6210
Merged
Merged
Commits on Apr 26, 2022
-
Add fail_hard decorator for worker methods
We add a decorator that we can apply to a worker method that closes the worker if an exception is encountered in that method. This is still a work in progress, and is just up here as a proof of concept.
Configuration menu - View commit details
-
Copy full SHA for 6cbc05e - Browse repository at this point
Copy the full SHA 6cbc05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eeac6b - Browse repository at this point
Copy the full SHA 6eeac6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97511ed - Browse repository at this point
Copy the full SHA 97511edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73471b2 - Browse repository at this point
Copy the full SHA 73471b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fa15b - Browse repository at this point
Copy the full SHA b2fa15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a991d84 - Browse repository at this point
Copy the full SHA a991d84View commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b33b411 - Browse repository at this point
Copy the full SHA b33b411View commit details -
Use new fail_hard on more methods
Also set the chaos_rechunk test to sys.exit, this to focus us on situations where another worker fails, rather than this worker.
Configuration menu - View commit details
-
Copy full SHA for 43b2962 - Browse repository at this point
Copy the full SHA 43b2962View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0721aa - Browse repository at this point
Copy the full SHA a0721aaView commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b59ccd0 - Browse repository at this point
Copy the full SHA b59ccd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08b5dd - Browse repository at this point
Copy the full SHA a08b5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c7447 - Browse repository at this point
Copy the full SHA e1c7447View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b6f10 - Browse repository at this point
Copy the full SHA a0b6f10View commit details -
Revert "remove exception handling from handle_scheduler"
This reverts commit a0721aa.
Configuration menu - View commit details
-
Copy full SHA for ebe8886 - Browse repository at this point
Copy the full SHA ebe8886View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1399a1 - Browse repository at this point
Copy the full SHA a1399a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0505df8 - Browse repository at this point
Copy the full SHA 0505df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c31ef - Browse repository at this point
Copy the full SHA 50c31efView commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96f7bd2 - Browse repository at this point
Copy the full SHA 96f7bd2View commit details
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.