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 a5ea232 commit ade1222Copy full SHA for ade1222
airflow.cfg
@@ -5,7 +5,7 @@
5
parallelism = 4
6
7
# The number of task instances allowed to run concurrently by the scheduler
8
-max_active_tasks_per_dag = 64
+max_active_tasks_per_dag = 2
9
10
# Whether to load the examples that ship with Airflow. It's good to
11
# get started, but you probably want to set this to False in a production
@@ -21,7 +21,6 @@ dagbag_import_timeout = 600
21
auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager
22
23
max_active_runs_per_dag = 2
24
-max_active_tasks_per_dag = 2
25
26
[dag_processor]
27
# How long before timing out a DagFileProcessor, which processes a dag file
0 commit comments