Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

v2.37.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karenetheridge karenetheridge released this 06 Nov 16:22
· 1132 commits to master since this release
159493f

Release v2.37.1

PR #935 - v2: fix ro db

  • Branch: ether/v2-fix-ro-db
  • Revision: 159493f
  • Labels: database, high priority, v2

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).

People

Commits

  • 184691 - this is not the master branch - docs are moot now
  • 01d9c1 - persist the ro db connection only for the request