ashb commented on code in PR #44972:
URL: https://github.com/apache/airflow/pull/44972#discussion_r1887706731


##########
airflow/dag_processing/manager.py:
##########
@@ -882,159 +826,62 @@ def set_file_paths(self, new_file_paths):
 
         self._processors = filtered_processors
 
-    def wait_until_finished(self):
-        """Sleeps until all the processors are done."""
-        for processor in self._processors.values():
-            while not processor.done:
-                time.sleep(0.1)

Review Comment:
   This was a left-over vestiage of the sync mode removed in an earlier PR



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