[
https://issues.apache.org/jira/browse/AIRFLOW-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028195#comment-17028195
]
ASF GitHub Bot commented on AIRFLOW-6210:
-----------------------------------------
stale[bot] commented on pull request #6790: [AIRFLOW-6210] Reuse SQLAlchemy
session in ti_deps
URL: https://github.com/apache/airflow/pull/6790
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Reuse SQLAlchemy session in ti_deps
> -----------------------------------
>
> Key: AIRFLOW-6210
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6210
> Project: Apache Airflow
> Issue Type: Bug
> Components: core, scheduler
> Affects Versions: 1.10.6
> Reporter: Kamil Bregula
> Priority: Major
>
> This generates unnecessary overhead and it is good practice to use the
> session again if possible. These functions are performed in a loop, so it can
> be a bigger issues in some cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)