We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/area backend
Upgrade argo-workflows to 3.2.x.
argo-workflows 3.2 includes some useful features, including conditional retries.
Without conditional retries, we can either retry too often (retryPolicy: Always) and waste resources or not retry often enough (retryPolicy: OnError).
cc @zijianjoy, since I see you upgraded argo-workflows recently. cc @jli and @JoshLipschultz, who are also interested in the feature
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
The text was updated successfully, but these errors were encountered:
/assign @zijianjoy
Sorry, something went wrong.
@zijianjoy I gave this a try in #6920. Let me know if I'm on the right track--or if it's easier for you to do this instead.
@jmcarp If you add me to edit your branch https://github.com/jmcarp/pipelines/tree/jmcarp/argo-workflows-v3.2, I can take care of the image upload part in https://github.com/kubeflow/pipelines/tree/master/third_party/argo#upgrade-argo-image
@zijianjoy you might already have access because I checked Allow edits by maintainers on the PR, but just in case I also added you to my fork.
Allow edits by maintainers
zijianjoy
Successfully merging a pull request may close this issue.
Feature Area
/area backend
What feature would you like to see?
Upgrade argo-workflows to 3.2.x.
What is the use case or pain point?
argo-workflows 3.2 includes some useful features, including conditional retries.
Is there a workaround currently?
Without conditional retries, we can either retry too often (retryPolicy: Always) and waste resources or not retry often enough (retryPolicy: OnError).
cc @zijianjoy, since I see you upgraded argo-workflows recently.
cc @jli and @JoshLipschultz, who are also interested in the feature
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
The text was updated successfully, but these errors were encountered: