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/09/26 18:26:05 UTC

[GitHub] [airflow] pingzh commented on issue #6186: [AIRFLOW-5556]Add dag file processor timeout

pingzh commented on issue #6186: [AIRFLOW-5556]Add dag file processor timeout
URL: https://github.com/apache/airflow/pull/6186#issuecomment-535628765
 
 
   > Other than a confusing name why do we need a new config setting? Is the other setting actually used anywhere else?
   
   The `dagbag_import_timeout` is used to control the timeout of `load_source` of python file. Now, it is also used to control the timeout of `DagFileProcessor`, which definitely takes longer than `load_source`, as it not only `load_source` but also does `process_dags`, update db states, etc. 
   
   
   

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