Skip to content

Commit ade1222

Browse files
committed
fix(airflow.cfg): fix duplicate core.max_active_tasks_per_dag
1 parent a5ea232 commit ade1222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airflow.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
parallelism = 4
66

77
# The number of task instances allowed to run concurrently by the scheduler
8-
max_active_tasks_per_dag = 64
8+
max_active_tasks_per_dag = 2
99

1010
# Whether to load the examples that ship with Airflow. It's good to
1111
# get started, but you probably want to set this to False in a production
@@ -21,7 +21,6 @@ dagbag_import_timeout = 600
2121
auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager
2222

2323
max_active_runs_per_dag = 2
24-
max_active_tasks_per_dag = 2
2524

2625
[dag_processor]
2726
# How long before timing out a DagFileProcessor, which processes a dag file

0 commit comments

Comments
 (0)