Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolls back session changes in #3365 #3396

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

kevgliss
Copy link
Contributor

I'm not exactly sure which part of the change was the issue, but it resulted in an explosion of database connections, ultimately exhausting the database. It likely has to do with the context manager not exiting as expected and the session not being closed.

I've reverted this because I don't think it's currently required, but was opportunistic in nature (it was included in a PR with other unrelated optimizations).

@kevgliss kevgliss requested a review from wssheldon May 17, 2023 15:45
@kevgliss kevgliss added the bug Something isn't working label May 17, 2023
@kevgliss kevgliss merged commit cf1a77c into master May 17, 2023
@kevgliss kevgliss deleted the bugfix/scheduler-session branch May 17, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants