You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/29 10:57:26 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #17157: Moves SchedulerJob initialization to within daemon context

kaxil commented on a change in pull request #17157:
URL: https://github.com/apache/airflow/pull/17157#discussion_r679046781



##########
File path: airflow/cli/commands/scheduler_command.py
##########
@@ -29,17 +29,21 @@
 from airflow.utils.cli import process_subdir, setup_locations, setup_logging, sigint_handler, sigquit_handler
 
 
+def create_scheduler_job(args):

Review comment:
       ```suggestion
   def _create_scheduler_job(args):
   ```
   
   nit: Probably just to suggest that it is internal function




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org