Explicitly marking a DAG as FAILED does not force termination of related DAGs #50872
Open
1 of 2 tasks
Labels
area:core
kind:bug
This is a clearly a bug
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
Description
Hello,
There are times when we want to explicitly mark a DAG as FAILED through the Airflow UI.
In such cases, users generally expect the DAG to be forcibly terminated.
However, the DAG continues to run until it completes on its own.
(When using KubernetesPodOperator, the associated pod is not even deleted.)
Is there a reason why the DAG is not forcibly terminated?
We’re not sure if this behavior is by design or a bug.
If it is a bug, we would like to know whether it is something we can report and submit a PR for.
Thank you.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: