xBis7 commented on code in PR #54103:
URL: https://github.com/apache/airflow/pull/54103#discussion_r2343454124
##########
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 configurable at the DAG level with ``max_active_tasks``,
which is defaulted as ``[core] max_active_tasks_per_dag``.
- An example scenario when this would be useful is when you want to stop
a new dag with an early
+ An example scenario when this would be useful is when you want to stop
a new dag_run with an early
Review Comment:
Done.
##########
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 configurable at the DAG level with ``max_active_tasks``,
Review Comment:
Made the changes.
--
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]