potiuk commented on code in PR #30076:
URL: https://github.com/apache/airflow/pull/30076#discussion_r1137864223
##########
airflow/dag_processing/manager.py:
##########
@@ -1202,6 +1226,15 @@ def _kill_timed_out_processors(self):
for proc in processors_to_remove:
self._processors.pop(proc)
+ def _add_paths_to_queue(self, file_paths_to_enqueue: list[str],
add_at_front: bool = False):
Review Comment:
NIT. Could we make `add_at_front` mandatory - i.e remove default and add it
where it is called? This will add clarity to the places where it is used.
--
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]