-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Retrying a workflow that uses a DAG template and a loop does not retry the failed task/step. #7617
Labels
Comments
I'll look into this. |
alexec
added a commit
to alexec/argo-workflows
that referenced
this issue
Jan 26, 2022
Signed-off-by: Alex Collins <alex_collins@intuit.com>
alexec
added a commit
that referenced
this issue
Jan 27, 2022
alexec
added a commit
that referenced
this issue
Jan 27, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
What happened/what you expected to happen?
Retrying a workflow that uses a DAG and a withParam does not retry the failed task/step.
Screen.Recording.2022-01-23.at.11.57.48.PM.mov
A quick fix that seems to work is to set the retry limit to 0 but it causes other issues in the collected output.
The output that is collected in the final step is duplicated and repeated based on the number of retries done.
From the recording, each output is repeated twice in the final array. I expect three outputs but I get six as it was retried twice.
Screen.Recording.2022-01-24.at.12.03.27.AM.mov
What version of Argo Workflows are you running?
3.2.4
Diagnostics
Either a workflow that reproduces the bug, or paste you whole workflow YAML, including status, something like:
What Kubernetes provider are you using?
What executor are you running? Docker/K8SAPI/Kubelet/PNS/Emissary
Emissary
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: