Add connection fallback to ActiveRecordProxy
As observed in https://gitlab.com/gitlab-org/gitlab/-/issues/341584, prepending ActiveRecordProxy before setting up the proxy may result in database queries being run that expect a connection. To work around this, ActiveRecordProxy now falls back to retrieving a regular connection when a proxy isn't available yet. Changelog: fixed
Showing
Please register or sign in to comment