sortega commented on code in PR #72371:
URL: https://github.com/apache/airflow/pull/72371#discussion_r3905585195
##########
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:
Yes. Look at this example in which there are 2 out of 2 active runs (the
maximum) but there is another one queued.
<img width="1237" height="292" alt="image"
src="https://github.com/user-attachments/assets/35d1414d-8214-49a8-bd2d-7394d52f6224"
/>
--
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]