mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
- Introduce PGPOOL_CONNECT_TIMEOUT variable and set default to 10000ms. User can setup pgpool to fail faster when trying to connect to unreachable PG node. - Introduce PGPOOL_HEALTH_CHECK_PSQL_TIMEOUT variable with default to 15. User can control "show pool_nodes" command timeout in healthcheck function. - Only nodes in pgpool state DOWN which are UP in reality are attached. All the changes does not bring any change thnaks to defaults. It is tooling for PG-HA. Signed-off-by: Pavel Cerny <pavel.cerny@gooddata.com>