ephraimbuddy commented on a change in pull request #16659:
URL: https://github.com/apache/airflow/pull/16659#discussion_r663883019



##########
File path: airflow/dag_processing/manager.py
##########
@@ -1022,8 +1012,8 @@ def start_new_processes(self):
                 continue
 
             callback_to_execute_for_file = self._callback_to_execute[file_path]
-            processor = self._processor_factory(
-                file_path, callback_to_execute_for_file, self._dag_ids, 
self._pickle_dags
+            processor = type(self)._create_process(

Review comment:
       It's actually a static method but I'm still considering another option 
here though.




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