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

Review connection pooling code #9

Open
jameshiebert opened this issue Jul 4, 2018 · 0 comments
Open

Review connection pooling code #9

jameshiebert opened this issue Jul 4, 2018 · 0 comments
Assignees

Comments

@jameshiebert
Copy link
Contributor

There has been some skepticism that our connection pooling code is properly releasing the connections. We've had a few instances in production where the number of used connections has slowly crept up.

We should take the time in the future to review the connection pooling, ensure that it is using the most recent version of SQLAlchemy, following best practices, and ensure that the pooling code is actually covered by our tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants