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
Right now, when an error occurs in a pooled connection we test to determine if its a connection exception or not - and if it is we raise PoolConnectionException. The idea of this task is to push that logic down into database.py such that all connections have this helpful exception logic. This is helpful since connections can crash due to a lot of different exceptions - and you usually just care that the connection is down.
The text was updated successfully, but these errors were encountered:
Right now, when an error occurs in a pooled connection we test to determine if its a connection exception or not - and if it is we raise PoolConnectionException. The idea of this task is to push that logic down into database.py such that all connections have this helpful exception logic. This is helpful since connections can crash due to a lot of different exceptions - and you usually just care that the connection is down.
The text was updated successfully, but these errors were encountered: