-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
support retryPolicy
combination
#13119
Comments
code that determines how retryPolicy is used thoughts: |
retryPolicy
combination
If you needed Fixing #13058 seems like it would help the most though. |
I think what we want is The current fixing #13058 is not enough for this usecase
|
I think we could have keywords/parameters,
in the expression, this should be sufficient for all usecase |
Yea that's more or less what I was suggesting earlier |
Some corrections
This is correct. |
Hi @Joibel
Could we include |
Summary
What change needs making?
We want to use both
OnError
andOnTransientError
https://argo-workflows.readthedocs.io/en/stable/retries/#retry-policies
But only one type is supported at the moment.
We have workarounds
workaround 1
OnError
+ expressionbut we are facing issue #13058
workaround 2
OnTransientError
+ patterns fromOnError
issue: takes time to identify all argo internal error, and every error is a step back in SLA
Use Cases
When would you use this?
To retry on both argo internal error
OnError
and transient errorOnTransientError
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: