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
The current logic in base_db.py doesn't retry Postgres connections if it drops, which we sometimes run into. It would be nice if the connection was closed and reopened if it drops. Perhaps using a connection pool would make that logic easier.
The text was updated successfully, but these errors were encountered:
The current logic in base_db.py doesn't retry Postgres connections if it drops, which we sometimes run into. It would be nice if the connection was closed and reopened if it drops. Perhaps using a connection pool would make that logic easier.
The text was updated successfully, but these errors were encountered: