michaelmicheal commented on code in PR #23905:
URL: https://github.com/apache/airflow/pull/23905#discussion_r889329238
##########
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:
Great point! Did intend to, so I just undid the reordering of those methods
--
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]