jedcunningham commented on code in PR #61273:
URL: https://github.com/apache/airflow/pull/61273#discussion_r2748491872
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/grid.py:
##########
@@ -191,10 +203,10 @@ def get_dag_structure(
.distinct()
),
)
+ .execution_options(yield_per=5)
Review Comment:
This seems like a reasonable balance between not loading too much in memory,
but also not doing too many round trips.
--
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]