We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae555c8 commit 51495a4Copy full SHA for 51495a4
airflow.cfg
@@ -24,8 +24,10 @@ auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManage
24
# How long before timing out a DagFileProcessor, which processes a dag file
25
dag_file_processor_timeout = 600
26
# We don't really need it based on how we deploy dags.
27
-# But set it to a large enough 60 * 24 (1 day) to avoid high CPU usage
28
-min_file_process_interval = 1440
+# But set it to a large enough 60 * 60 * 24 * 7 (1 week) to avoid high CPU usage
+min_file_process_interval = 604800
29
+
30
+parsing_processes = 1
31
32
[database]
33
# The SqlAlchemy connection string to the metadata database.
0 commit comments