You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: