enamespace opened a new issue, #31505: URL: https://github.com/apache/airflow/issues/31505
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I have 2 task in 1 dag, when first task became queued status , I changed the dag code and led to import error, then the first task finished and the second became queue status. but when i recovered the dag and no import error. the second task still kept queued status. after two schedule interval went by, it still kept queued status and no next dagrun. <img width="614" alt="image" src="https://github.com/apache/airflow/assets/132480235/08581857-da2d-480b-bc78-3d67eadba0a6"> <img width="526" alt="image" src="https://github.com/apache/airflow/assets/132480235/2af09284-dd19-45e2-b680-9487a8f835e0"> <img width="649" alt="image" src="https://github.com/apache/airflow/assets/132480235/9869e559-4a4c-4143-8982-45e751fd860e"> <img width="923" alt="image" src="https://github.com/apache/airflow/assets/132480235/b046b724-6eac-406a-85cf-cce143e4b6b9"> ### What you think should happen instead I thought the second task would become running when the dag recovered. ### How to reproduce like above description ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers apache-airflow-providers-amazon 3.2.0 apache-airflow-providers-apache-hive 2.3.2 apache-airflow-providers-celery 2.1.3 apache-airflow-providers-cncf-kubernetes 3.0.0 apache-airflow-providers-databricks 2.5.0 apache-airflow-providers-ftp 2.0.1 apache-airflow-providers-http 2.1.2 apache-airflow-providers-imap 2.2.0 apache-airflow-providers-jdbc 2.1.3 apache-airflow-providers-mysql 2.2.3 apache-airflow-providers-postgres 4.1.0 apache-airflow-providers-presto 2.1.2 apache-airflow-providers-slack 4.2.3 apache-airflow-providers-sqlite 2.1.0 apache-airflow-providers-ssh 2.4.3 ### Deployment Official Apache Airflow Helm Chart ### Deployment details helm deployment for airflow 2.2.5 ### 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]
