From cefadfd8eb1ddba856885971dfefe56763747528 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de>
Date: Thu, 2 Mar 2023 12:46:33 +0100
Subject: [PATCH] reload on plugin changes

---
 config/airflow.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/airflow.cfg b/config/airflow.cfg
index e5dba33..9d3a005 100644
--- a/config/airflow.cfg
+++ b/config/airflow.cfg
@@ -499,7 +499,7 @@ worker_refresh_interval = 6000
 
 # If set to True, Airflow will track files in plugins_folder directory. When it detects changes,
 # then reload the gunicorn.
-reload_on_plugin_change = False
+reload_on_plugin_change = True
 
 # Secret key used to run your flask app. It should be as random as possible. However, when running
 # more than 1 instances of webserver, make sure all of them use the same ``secret_key`` otherwise
-- 
GitLab