potiuk commented on code in PR #30376:
URL: https://github.com/apache/airflow/pull/30376#discussion_r1153652556
##########
airflow/dag_processing/manager.py:
##########
@@ -348,951 +295,3 @@ def end(self):
self._process.join(timeout=1.0)
reap_process_group(self._process.pid, logger=self.log)
self._parent_signal_conn.close()
-
Review Comment:
Merged this one into DagProcessorJobRunner - this way it is consistent with
other Jobs - which "do something" rather than create another object and "run"
it.
--
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]