tooptoop4 commented on a change in pull request #7096: [AIRFLOW-6451]
self._print_stat() in dag_processing.py should be skippable
URL: https://github.com/apache/airflow/pull/7096#discussion_r365235033
##########
File path: airflow/utils/dag_processing.py
##########
@@ -691,6 +688,7 @@ def start(self):
"have been processed %s times", self._max_runs)
break
+ # TODO can this be removed?
Review comment:
@ashb I think u are confused here, see
https://github.com/apache/airflow/blob/master/airflow/jobs/scheduler_job.py#L1485
# When using sqlite, we do not use async_mode
# so the scheduler job and DAG parser don't access the DB at the
same time.
async_mode = not self.using_sqlite
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services