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 2019/07/18 16:22:30 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5605: [AIRFLOW-4883] Kill hung file process managers

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:
users@infra.apache.org


With regards,
Apache Git Services