From c8ccd9a48033f5486b844df842fab7509a09ced0 Mon Sep 17 00:00:00 2001 From: Tamara Janina Fingerlin <90063506+TJaniF@users.noreply.github.com> Date: Fri, 28 Mar 2025 01:34:34 +0100 Subject: [PATCH] Fix typo in 42953.significant.rst (max_active_runs -> max_active_tasks) The setting changed from across all dags to across an individual run in the PR is max_active_tasks, not max_active_runs, which is the dag parameter limiting number of concurrent dag runs. --- airflow-core/newsfragments/42953.significant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/newsfragments/42953.significant.rst b/airflow-core/newsfragments/42953.significant.rst index eb7c229b9c3d5..eb301b1197e7a 100644 --- a/airflow-core/newsfragments/42953.significant.rst +++ b/airflow-core/newsfragments/42953.significant.rst @@ -1,4 +1,4 @@ -``DAG.max_active_runs`` is now evaluated per-run +``DAG.max_active_tasks`` is now evaluated per-run Previously, this was evaluated across all runs of the dag. This behavior change was passed by lazy consensus. Vote thread: https://lists.apache.org/thread/9o84d3yn934m32gtlpokpwtbbmtxj47l.