peter-cheon opened a new issue, #50872: URL: https://github.com/apache/airflow/issues/50872
### 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? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
