admh opened a new issue #21383: URL: https://github.com/apache/airflow/issues/21383
### Apache Airflow version 2.0.1 ### What happened The airflow dag is triggered but the task status immediately changes to up_for_retry We set the number of up_for_retry to 5 times, but after 5 times the dag will fail When I set the task status in the dag to clear, the task can be executed This question has been bothering us for a while, hope to get a reply grateful    ### What you expected to happen _No response_ ### How to reproduce _No response_ ### Operating System Container-Optimized OS from Google ### Versions of Apache Airflow Providers _No response_ ### Deployment Composer ### Deployment details gcloud composer environments create $ENVIRONMENT_NAME --location=us-east4 --zone=us-east4-a --disk-size=100GB --machine-type=n2d-standard-4 --node-count=3 --python-version=3 --image-version=composer-1.17.0-airflow-1.10.15 --network=blockchain-vpc --subnetwork=airflow-prod --enable-private-environment --enable-ip-alias --web-server-allow-all ### 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]
