sortega commented on code in PR #72371:
URL: https://github.com/apache/airflow/pull/72371#discussion_r3932615964


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dags.py:
##########
@@ -255,7 +255,7 @@ def get_dag_details(
         is not None
     )
 
-    # Count active (running + queued) Dag runs for this Dag
+    # Count running Dag runs because queued runs do not consume 
max_active_runs slots.

Review Comment:
   Applied suggested change



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