jedcunningham commented on code in PR #46443:
URL: https://github.com/apache/airflow/pull/46443#discussion_r1944156102


##########
airflow/dag_processing/manager.py:
##########
@@ -303,17 +302,18 @@ def _run_parsing_loop(self):
 
             self._kill_timed_out_processors()
 
-            self._refresh_dag_bundles()
+            known_files: dict[str, set[DagFileInfo]] = {}

Review Comment:
   We don't want to reset `known_files` every loop - we may not refresh every 
bundle every loop! Need to move this out of the while.



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