You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/01 01:58:26 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #16177: Fix docs for ``dag_concurrency``

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




-- 
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:
users@infra.apache.org