alejandrofm opened a new issue, #30491: URL: https://github.com/apache/airflow/issues/30491
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Hi, I'm in Airflow 2.4.2, couldn't find a similar issue, when a DAG is configured with "depends_on_past = True", and the task is blocked on status "no status" the DAG run stays in status=Running, using a running slot. <img width="108" alt="image" src="https://user-images.githubusercontent.com/19591174/230212619-6645d8af-4bd5-44c2-9038-82d1d72e5280.png"> ### What you think should happen instead The task+DAG run should be on a status like "stalled" not using a run slot and the dag shouldn't be on status running. ### How to reproduce Set a DAG with depends_on_past = True Make a task fail so he next cant start (status=no status) the DAG run will be "running" infinitelly ### Operating System apache/airflow:2.4.2-python3.10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit 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]
