Replies: 1 comment
-
|
have the same question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question above! Core context:
ℹ I'm looking to stop the processing DAG task when the other branch fails, so the workflow can resolve
onExitand fail gracefully instead of being left uncaught (except via e.g. long CI times).From what I've read, I don't think so --
FailFastonly skips scheduling of further DAG tasks, and a deep dive of issues and discussions didn't reveal anyone asking this exact "stop the whole DAG immediately if one task fails" question.I am aware that I could incorporate some odd logic into my pods or write a sidecar to handle this testing edge-case -- but this could be a beneficial Argo DAG config setting, if this isn't currently possible and there are other use cases that support it!
Beta Was this translation helpful? Give feedback.
All reactions