Skip to content
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

Enable retryStrategy to be specified for non-leaf nodes #1891

Closed
markterm opened this issue Dec 26, 2019 · 0 comments · Fixed by #1892
Closed

Enable retryStrategy to be specified for non-leaf nodes #1891

markterm opened this issue Dec 26, 2019 · 0 comments · Fixed by #1892
Labels
area/retryStrategy Template-level retryStrategy type/feature Feature request

Comments

@markterm
Copy link
Contributor

markterm commented Dec 26, 2019

Summary

Enable retryStrategy to be specified for non-leaf nodes, so for example it can be applied to a set of steps and they will all be retried if any fail.

Motivation

For example if there are a pair of steps when one fetches some data and another processes the data, if the processing fails then this is useful if we want to retry the fetch too.

Proposal

#1892

@markterm markterm added the type/feature Feature request label Dec 26, 2019
@agilgur5 agilgur5 added the area/retryStrategy Template-level retryStrategy label Apr 25, 2024
@argoproj argoproj locked as resolved and limited conversation to collaborators Apr 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/retryStrategy Template-level retryStrategy type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants