-
Notifications
You must be signed in to change notification settings - Fork 9
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
IWF-405: rename and validate failure recovery policy #278
Conversation
Closes #277 |
Do we need to stick to the
|
That's a great idea. Love it. Thanks! |
You meant:
Right? I also like what @ktrops suggested to put "onExeute" and "onWaitUnti" at the end for easier to read, and also less confusing. "ProceedOnExecute" could make it feel like "Proceed on to execute", but its actually proceed after execute. |
Naming is difficult... How about?: I'll defer to @ktrops |
Yes I like that, using |
How about? |
Lol. Yeah I like this the most so far 😂 |
Or
|
Fine either way. I personally would try to not use the |
I'm ok with omitting the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
============================================
+ Coverage 72.54% 73.29% +0.75%
- Complexity 462 471 +9
============================================
Files 70 69 -1
Lines 1894 1880 -14
Branches 173 177 +4
============================================
+ Hits 1374 1378 +4
+ Misses 424 402 -22
- Partials 96 100 +4 ☔ View full report in Codecov by Sentry. |
This reverts commit d7bfb5e.
Yeah, ExecuteRetryExhausted and WaitUntilRetryExhausted seems more clear. |
Description
Checklist
Related Issue
Closes #<issue_number>