From aa975a2fad2a34cba9027c9c7c7713fad1f750d5 Mon Sep 17 00:00:00 2001 From: Vitalii Cherkashyn Date: Mon, 14 Jun 2021 13:36:46 +0200 Subject: [PATCH] dag update interval --- airflow.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/airflow.md b/airflow.md index b8608acd..5ad0c161 100755 --- a/airflow.md +++ b/airflow.md @@ -37,7 +37,11 @@ Combination of Dags, Operators, Tasks, TaskInstances ## configuration, settings * executor/airflow.cfg - * remove examples from UI (restart) load_examples = False + * remove examples from UI (restart) + load_examples = False + * how much time a new DAGs should be picked up from the filesystem + min_file_process_interval = 0 + dag_dir_list_interval = 60 * [variables](https://marclamberti.com/blog/variables-with-apache-airflow/) ```python from airflow.models import Variable