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


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dags.py:
##########
@@ -255,7 +255,8 @@ def get_dag_details(
         is not None
     )
 
-    # Count active (running + queued) Dag runs for this Dag
+    # Count only running Dag runs: this stat shows runs that are actually
+    # executing and holding max_active_runs slots right now.

Review Comment:
   ```suggestion
   "#  Count only running Dag runs: this stat shows runs that are actually 
executing right now."
   ```
   
   Because now it reads as if only `running` are occupying the cap, while it's 
wrong, queued also count



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