diff --git a/config/airflow.cfg b/config/airflow.cfg
index e5dba33dc3655a56c33841e4935812ece961c238..9d3a005feab145d1d6674a7f1a2b7697e343fa79 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