Releases: salsify/postgres-vacuum-monitor
Releases · salsify/postgres-vacuum-monitor
v0.17.0
- Increased default
monitor_max_run_time_seconds
to 60 seconds. (7d07bf82) - Added
monitor_statement_timeout_seconds
(defaults to 10 seconds) to limit query runtime. (7d07bf82) - Eagerly clear connection pools when a
ActiveRecord::StatementInvalid
orActiveRecord::ConnectionTimeoutError
is encountered to attempt to clear bad connections. (7d07bf82)