SamWheating commented on a change in pull request #18065:
URL: https://github.com/apache/airflow/pull/18065#discussion_r703679550



##########
File path: airflow/config_templates/config.yml
##########
@@ -195,6 +195,14 @@
       type: string
       example: ~
       default: "16"
+    - name: max_queued_runs_per_dag
+      description: |
+        The maximum number of queued dagruns in a DAG. The scheduler will not 
create more DAG runs

Review comment:
       ```suggestion
           The maximum number of queued dagruns for a single DAG. The scheduler 
will not create more DAG runs
   ```




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


Reply via email to