FreeDemon opened a new issue #19511: URL: https://github.com/apache/airflow/issues/19511
### Apache Airflow version 2.2.1 (latest released) ### Operating System CentOS Linux 7.7 ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes==2.1.0 apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-http==2.0.1 apache-airflow-providers-imap==2.0.1 apache-airflow-providers-sqlite==2.0.1 ### Deployment Virtualenv installation ### Deployment details Install according to the official installation document use mysql as database use CeleryExecutor , 3 workers, worker_concurrency=32, parallelism= 96 ### What happened I have 1000 DAGs files. Each DAGs has 4 tasks. Each task just outputs Hello word. Each DAGs is executed 10 times. When the task displays success, DAGs run still displays the running status. It takes a long time for the DAGs status to change to success, about 10 minutes ### What you expected to happen When all tasks are completed, the DAG run status should also be completed, rather than waiting for a long time ### How to reproduce _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]
