anasatzemoso commented on issue #55071: URL: https://github.com/apache/airflow/issues/55071#issuecomment-3242269912
Upon investigating this issue on the main branch, I found that the `/dags` UI page does not make any call to`/airflow/ui/dags/recent_dag_runs`. In the codebase, I also did not find any usage of `dags_with_recent_dag_runs = session.execute(dags_with_recent_dag_runs_select_filter)`. Instead, I observed that an API call is made to `/ui/dags?dag_runs_limit=1&limit=50&offset=0&exclude_stale=true&order_by=dag_display_name` which is returning a response of the list of dags within 175ms. Seems like this issue is no more present on the latest main branch. @GB6638 Correct me If I'm wrong ? <img width="3072" height="1107" alt="Image" src="https://github.com/user-attachments/assets/49f71ba4-4d0d-4165-b035-80a1b087c0f4" /> -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org