ephraimbuddy opened a new pull request, #27030:
URL: https://github.com/apache/airflow/pull/27030

   We explicitly call `dagbag.collect_dags` after instantiating `DagBag` in 
airflow dags reserialize code. 
   
   The method `collect_dags` is called on instantiation of the DagBag so 
calling it again means more processing of the same dags.
   
   Here, we use a variable to achieve the same needed effect on reserialization
   
   


-- 
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]

Reply via email to