-
Notifications
You must be signed in to change notification settings - Fork 195
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 user-pluggable block error handling and a new sliding-window error handler #2858
Merged
Commits on Aug 10, 2023
-
Update BlockProviderExecutor to take a callback for block_error_handler
* For backward compatibility the block_error_handler is disabled if set to False * A new block_error_threshold is added for easier user configurability * Fixed broken logic in handle_errors
Configuration menu - View commit details
-
Copy full SHA for 9b87df7 - Browse repository at this point
Copy the full SHA 9b87df7View commit details -
New
windowed_error_handler
to better handle long running workflows* Windowed_error_handler shutsdown the executor IFF the last N jobs all failed where N is configured by block_error_threshold
Configuration menu - View commit details
-
Copy full SHA for 329950b - Browse repository at this point
Copy the full SHA 329950bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52386a6 - Browse repository at this point
Copy the full SHA 52386a6View commit details -
Removing
block_error_threshold
* Minor mypy fix `block_error_threshold` is only used by the error_handler, so it is removed from the Executor definitions
Configuration menu - View commit details
-
Copy full SHA for d20ee05 - Browse repository at this point
Copy the full SHA d20ee05View commit details
Commits on Aug 11, 2023
-
Several fixes from Ben's review
* Type cleanups * Updating tests * Fixing a sorting error * Adding a `noop_error_handler` * Minor fixes to simple_error_handler to match previous logic
Configuration menu - View commit details
-
Copy full SHA for 1e78474 - Browse repository at this point
Copy the full SHA 1e78474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0216f44 - Browse repository at this point
Copy the full SHA 0216f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bcbc4 - Browse repository at this point
Copy the full SHA a2bcbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fad391 - Browse repository at this point
Copy the full SHA 4fad391View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc70e87 - Browse repository at this point
Copy the full SHA bc70e87View 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.