-
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
Workflow stuck when step fails in a loop #1339
Comments
This appears to be fixed in v2.3, where we fixed some stuck workflows. Submitted your example and it seems to work expectedly (ignore timestamps, minikube vm time is out of sync):
|
Great, thanks! |
icecoffee531
pushed a commit
to icecoffee531/argo-workflows
that referenced
this issue
Jan 5, 2022
…#1339 (argoproj#1363) * fix: disable bool simplifier due to performance issue Signed-off-by: Derek Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
When each element in a loop contains multiple steps, failure of one step causes the next elements to get stuck: the element finishes its current step properly but never proceeds to the next step and does not fail. See example below, it might be clearer to just see the
argo get
output.For example, the following workflow:
results in the following:
Environment:
Let me know if any more info is needed.
The text was updated successfully, but these errors were encountered: