This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fc833fc5e0a Fix typo in 42953.significant.rst (max_active_runs -> 
max_active_tasks) (#48472)
fc833fc5e0a is described below

commit fc833fc5e0af36258da448164626029e491e210f
Author: Tamara Janina Fingerlin <[email protected]>
AuthorDate: Fri Mar 28 15:37:01 2025 +0100

    Fix typo in 42953.significant.rst (max_active_runs -> max_active_tasks) 
(#48472)
    
    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 eb7c229b9c3..eb301b1197e 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.

Reply via email to