teu opened a new issue, #35157: URL: https://github.com/apache/airflow/issues/35157
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened When dag_file_processor_timeout is exceeded on a dynamic DAG generator (our generates over 80 DAGs) some dags, despite the DAG model objects are being correctly create in code, won't get shown in airflow UI nor scheduled. There is no error to be found regarding this in the logs. ### What you think should happen instead Should be an error in scheduler logs that a timeout had been reached. ### How to reproduce Airflow version 2.3.3 Create a dynamic dag that will create dags every 10 seconds with a wait exceeding [dag_file_processor_timeout]. Some dags will get scheduled, some won't. ### Operating System Ubuntu 22 ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### 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]
