uranusjr commented on code in PR #54103:
URL: https://github.com/apache/airflow/pull/54103#discussion_r2485314962
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -121,12 +121,11 @@ core:
default: "32"
max_active_tasks_per_dag:
description: |
- The maximum number of task instances allowed to run concurrently in
each DAG. To calculate
- the number of tasks that is running concurrently for a DAG, add up the
number of running
- tasks for all DAG runs of the DAG. This is configurable at the DAG
level with ``max_active_tasks``,
+ The maximum number of task instances allowed to run concurrently in
each dag run.
+ This is also configurable per-dag with ``max_active_tasks``,
Review Comment:
My understanding is this controls how many tasks _in the entire system_ are
running concurrently (for the dag). Is this PR changing this, or just fixing an
incorrect description?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]