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/08/25 13:55:05 UTC

[GitHub] [airflow] serkef commented on a change in pull request #5557: [AIRFLOW-4928] Move all config parses to class properties

serkef commented on a change in pull request #5557: [AIRFLOW-4928] Move all config parses to class properties
URL: https://github.com/apache/airflow/pull/5557#discussion_r317399593
 
 

 ##########
 File path: airflow/models/dagbag.py
 ##########
 @@ -194,7 +200,7 @@ def process_file(self, filepath, only_if_updated=True, safe_mode=True):
             if mod_name in sys.modules:
                 del sys.modules[mod_name]
 
-            with timeout(configuration.conf.getint('core', "DAGBAG_IMPORT_TIMEOUT")):
+            with timeout(self.dagbag_import_timeout):
 
 Review comment:
   good point

----------------------------------------------------------------
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