henry3260 commented on code in PR #64415: URL: https://github.com/apache/airflow/pull/64415#discussion_r3007522560
########## airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py: ########## Review Comment: passing the session to `DagRunWaiter `will cause the DB session to be held open for the entire lifecycle of the `StreamingResponse `until the Dag completes. This might cause connection starvation. But since fixing this is probably out of scope for this PR, maybe we can address it in a separate PR? -- 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]
