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

depends_on logic leaves floating tasks if dependent tasks upstream fail #116

Open
arik-shurygin opened this issue Aug 21, 2024 · 0 comments · May be fixed by #153
Open

depends_on logic leaves floating tasks if dependent tasks upstream fail #116

arik-shurygin opened this issue Aug 21, 2024 · 0 comments · May be fixed by #153
Assignees

Comments

@arik-shurygin
Copy link

when launching tasks with a depends_on task_ids. If those task_ids exit with a failure task the dependent job will hang indefinitely.

Can we figure out how to make downstream tasks auto-fail if their dependent tasks fail? Or even better add the ability for the user to specify if they want their dependent task to run regardless of status, or only on successful completion.

@arik-shurygin arik-shurygin changed the title depends_on logic leaves floating tasks if failure condition depends_on logic leaves floating tasks if dependent tasks upstream fail Aug 21, 2024
@ryanraaschCDC ryanraaschCDC self-assigned this Aug 27, 2024
@xop5 xop5 linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants