ashb commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading 
DAGs in the main scheduler loop
URL: https://github.com/apache/airflow/pull/7597#discussion_r386340502
 
 

 ##########
 File path: airflow/utils/dag_processing.py
 ##########
 @@ -655,6 +693,7 @@ def start(self):
             # Update number of loop iteration.
             self._num_run += 1
 
+            simple_dags = self.collect_results()
 
 Review comment:
   Was there a reason you moved the position of this call?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to