plugin-barman-cloud/internal/cnpgi
Marco Nenciarini 9238148883
fix: raise failureThreshold to 30 and halve probe timeout to 5s
The 1s periodSeconds keeps the common case fast, since the probe
is a local unix socket call that normally succeeds in milliseconds.
A unix socket connection essentially never times out under mere
load, so hitting the timeout implies the sidecar is genuinely
unresponsive rather than just slow; raising failureThreshold gives
that rare case more patience before restarting the container.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-07-09 09:29:11 +02:00
..
common fix: restore WAL from replica source during designated primary promotion (#966) 2026-06-18 18:14:33 +02:00
instance fix(deps): update module sigs.k8s.io/controller-runtime to v0.24.0 (#880) 2026-05-06 10:15:29 +02:00
metadata chore(main): release 0.13.0 (#860) 2026-06-10 10:55:17 +02:00
operator fix: raise failureThreshold to 30 and halve probe timeout to 5s 2026-07-09 09:29:11 +02:00
restore feat: pass additionalCommandArgs to barman-cloud-restore (#914) 2026-06-03 14:17:12 +02:00