SamWheating commented on code in PR #23905:
URL: https://github.com/apache/airflow/pull/23905#discussion_r885092417
##########
airflow/cli/commands/scheduler_command.py:
##########
@@ -74,6 +57,26 @@ def scheduler(args):
signal.signal(signal.SIGQUIT, sigquit_handler)
_run_scheduler_job(args=args)
+def _run_scheduler_job(args):
Review Comment:
Just curious - why move these functions?
--
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]