This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
persist the ro db connection only for the request
On staging, we were seeing lots of: "DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: no connection to the server.." due to an AutoCommit=0 connection disconnecting (and we cannot automatially reconnect to this type of connection).
- Loading branch information