From 60a8811b130e9bd5e821e3b4cf5786e1c1bea554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Gonz=C3=A1lez?= Date: Mon, 11 May 2026 11:26:12 +0100 Subject: [PATCH] docs: server_lifetime_jitter --- docs/configuration/pgdog.toml/general.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration/pgdog.toml/general.md b/docs/configuration/pgdog.toml/general.md index f82837e4..ac17344a 100644 --- a/docs/configuration/pgdog.toml/general.md +++ b/docs/configuration/pgdog.toml/general.md @@ -267,6 +267,12 @@ Maximum amount of time a server connection is allowed to exist. Any connections Default: **`86400000`** (24h) +### `server_lifetime_jitter` + +Maximum random adjustment applied to `server_lifetime` per backend connection. Each connection's effective lifetime is sampled uniformly from `[server_lifetime - jitter, server_lifetime + jitter]` once at creation, breaking up synchronized retirement of connection cohorts that opened together (e.g. during a traffic ramp). + +Default: **`0`** (no jitter) + ## Load balancer ### `load_balancing_strategy`