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 09:27:20 UTC

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

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



##########
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:
       Ok. When you're back.




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