Repository: incubator-airflow
Updated Branches:
  refs/heads/master 25f31c9b7 -> 233056e0d


[AIRFLOW-XXX] Document dag_dir_list_interval in cfg

Document dag_dir_list_interval in default_airflow.cfg

https://github.com/apache/incubator-airflow/blob/m
aster/UPDATING.md#dag_dir_list_interval

Closes #3645 from elgalu/patch-2


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/233056e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/233056e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/233056e0

Branch: refs/heads/master
Commit: 233056e0ddcaf3033e95881d5c7a26fc35fa408f
Parents: 25f31c9
Author: Leo Gallucci <elga...@gmail.com>
Authored: Fri Jul 27 11:02:38 2018 +0200
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Fri Jul 27 11:02:43 2018 +0200

----------------------------------------------------------------------
 airflow/config_templates/default_airflow.cfg | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/233056e0/airflow/config_templates/default_airflow.cfg
----------------------------------------------------------------------
diff --git a/airflow/config_templates/default_airflow.cfg 
b/airflow/config_templates/default_airflow.cfg
index 592c9d7..29a6e6b 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -434,6 +434,7 @@ min_file_process_interval = 0
 # How many seconds to wait between file-parsing loops to prevent the logs from 
being spammed.
 min_file_parsing_loop_time = 1
 
+# How often (in seconds) to scan the DAGs directory for new files. Default to 
5 minutes.
 dag_dir_list_interval = 300
 
 # How often should stats be printed to the logs

Reply via email to