AutomationDev85 opened a new pull request, #30911: URL: https://github.com/apache/airflow/pull/30911
Hi airflow community, this is my fifth PR and be happy to work DAG parsing runtime. We faced an issue with slow dag parsing if DAG has huge amount of dagruns and DB query is slow down the run time during DAG parsing. Then the DAG parsing was skipped due to long running query and this is not required if DAG is not scheduled. I think DAGs which are not scheduled have biggest change to have huge number dagruns and this save runtime during this use case. This PR will check is the DAG is not scheduled and then skips the DB query which are not required to be executed. -- 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]
