kaxil commented on a change in pull request #16177:
URL: https://github.com/apache/airflow/pull/16177#discussion_r642734741



##########
File path: airflow/config_templates/config.yml
##########
@@ -167,10 +167,8 @@
       default: "32"
     - name: dag_concurrency
       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 ``concurrency``,
-        which is defaulted as ``dag_concurrency``.
+        The maximum number of task instances allowed to run concurrently in 
each DAG Run for that

Review comment:
       That line is coming after `task_concurrency` check, are you sure you 
haven't set `task_concurency`. I am on leave on June 1, will be back on June 2 
-- can take a look at your DAG together:
   
   
https://github.com/apache/airflow/blob/eb85c9d191e452aab596333b9e82d3a9e6428542/airflow/jobs/scheduler_job.py#L1047-L1058




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to