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


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/grid.py:
##########
@@ -465,33 +465,39 @@ def get_grid_ti_summaries_stream(
 
     The serialized Dag structure is loaded once and reused for all runs that
     share the same ``dag_version_id``, avoiding repeated deserialization.
+
+    Each iteration opens and closes its own DB session so the connection is

Review Comment:
   You're right,  thanks



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