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
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
When issuing DB connections to user DBs from the backend, we shouldnt use the sql retry because it causes socket hangups if the DB connection is not valid.
This wasn't an issue until we baked in the connection retry logic deep into the sql connector.