plugin-barman-cloud/internal
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
..
cmd fix(restore): use custom CNPG group and version for scheme registration (#847) 2026-04-13 13:20:38 +02:00
cnpgi fix: raise failureThreshold to 30 and halve probe timeout to 5s 2026-07-09 09:29:11 +02:00
controller fix(deps): update module sigs.k8s.io/controller-runtime to v0.24.0 (#880) 2026-05-06 10:15:29 +02:00
scheme fix(scheme): register meta types for CNPG scheme group version (#943) 2026-06-08 11:08:15 +02:00