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