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 2020/01/07 14:53:16 UTC

[GitHub] [airflow] tooptoop4 commented on a change in pull request #7089: [AIRFLOW-6452] scheduler_job.py - remove excess sleep/log/duration calls

tooptoop4 commented on a change in pull request #7089: [AIRFLOW-6452] scheduler_job.py - remove excess sleep/log/duration calls
URL: https://github.com/apache/airflow/pull/7089#discussion_r363784723
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -1539,7 +1538,6 @@ def _execute_helper(self):
 
         # For the execute duration, parse and schedule DAGs
         while True:
-            self.log.debug("Starting Loop...")
 
 Review comment:
   they slow it down, 'starting loop' on while true: seems meaningless

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services