-
Notifications
You must be signed in to change notification settings - Fork 671
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
Moving from flytepropeller - Adding flags for ignore-retry-cause and default-max-attempts #4153
Moving from flytepropeller - Adding flags for ignore-retry-cause and default-max-attempts #4153
Conversation
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Dennis Keck <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
* Cleanup retry behavior Signed-off-by: Dennis Keck <[email protected]> * Fix interruptible retry threshold for odl behavior Signed-off-by: Dennis Keck <[email protected]> * Add tests for BuildNodeExecutionContext Signed-off-by: Dennis Keck <[email protected]> * Fix IsElgibileForRetries Tests Signed-off-by: Dennis Keck <[email protected]> --------- Signed-off-by: Dennis Keck <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4153 +/- ##
==========================================
- Coverage 59.44% 59.32% -0.13%
==========================================
Files 637 550 -87
Lines 54262 39710 -14552
==========================================
- Hits 32254 23556 -8698
+ Misses 19467 13834 -5633
+ Partials 2541 2320 -221
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: Daniel Rammer <[email protected]>
…ify-retries Signed-off-by: Daniel Rammer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I can't approve a PR I opened. 😂
TL;DR
Adding flags to simplify retry behavior.
ignore-retry-cause
means that system and user failures are treated the same anddefault-max-attempts
sets a default number of retries for tasks.Type
Are all requirements met?
Complete description
^^^
Tracking Issue
NA
Follow-up issue
NA