romanzdk opened a new issue, #33282: URL: https://github.com/apache/airflow/issues/33282
### Apache Airflow version 2.6.3 ### What happened We experience an issue with Airflow scheduling another task try before the previous (first) task instance even ended. E.g. first task instance ended 2:41:46 (SUCCESSfully !) and Airflow started another task try at 2:41:06 ### What you think should happen instead No scheduling of another try before previous ended ### How to reproduce Use PythonOperator inside TaskGroup with Airflow 2.6.3 ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers ``` apache-airflow-providers-amazon==8.4.0 apache-airflow-providers-cncf-kubernetes==7.4.0 apache-airflow-providers-common-sql==1.6.1 apache-airflow-providers-ftp==3.4.2 apache-airflow-providers-http==4.5.0 apache-airflow-providers-imap==3.2.2 apache-airflow-providers-postgres==5.6.0 apache-airflow-providers-slack==7.3.2 apache-airflow-providers-sqlite==3.4.3 ``` ### Deployment Other Docker-based deployment ### Deployment details Own on-premise kubernetes cluster v1.24.6 ### 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]
