msumit commented on a change in pull request #5605: [AIRFLOW-4883] Kill hung
file process managers
URL: https://github.com/apache/airflow/pull/5605#discussion_r305001154
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -1275,10 +1275,13 @@ def processor_factory(file_path):
# so the scheduler job and DAG parser don't access the DB at the same
time.
async_mode = not self.using_sqlite
+ processor_timeout_seconds = conf.getint('core',
'dagbag_import_timeout')
Review comment:
IMO its good to have a fallback value here
----------------------------------------------------------------
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