ashb commented on a change in pull request #5605: [AIRFLOW-4883] Kill hung file
process managers
URL: https://github.com/apache/airflow/pull/5605#discussion_r305006868
##########
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:
This is already defined in ./airflow/config_templates/default_airflow.cfg so
it's not possible to not have a value for this set.
----------------------------------------------------------------
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