Konstantin Merenkov
5db20af8a7
Keep the conn info cache on max_client_conn from pgbouncer ( #11986 )
...
## Problem
Hitting max_client_conn from pgbouncer would lead to invalidation of the
conn info cache.
Customers would hit the limit on wake_compute.
## Summary of changes
`should_retry_wake_compute` detects this specific error from pgbouncer
as non-retriable,
meaning we won't try to wake up the compute again.
2025-05-21 15:27:30 +00:00
..
2025-05-08 16:46:57 +00:00
2025-05-13 14:58:37 +00:00
2025-05-19 10:10:55 +00:00
2025-04-16 20:05:21 +00:00
2025-02-11 19:46:23 +00:00
2025-05-16 14:12:39 +00:00
2025-04-25 11:09:56 +00:00
2025-05-13 14:58:37 +00:00
2025-04-23 12:18:30 +00:00
2025-05-21 15:27:30 +00:00
2025-04-16 20:05:21 +00:00
2025-05-13 08:33:53 +00:00
2025-04-16 20:05:21 +00:00
2025-05-20 15:23:54 +00:00
2025-05-08 16:46:57 +00:00
2025-05-12 15:48:48 +00:00
2025-05-19 10:10:55 +00:00
2025-03-11 17:17:30 +00:00
2025-03-13 15:03:22 +00:00
2025-05-19 10:10:55 +00:00
2025-03-26 10:50:16 +00:00
2024-12-16 16:37:15 +00:00
2025-04-16 20:05:21 +00:00
2024-11-19 13:58:11 +00:00
2025-04-23 12:18:30 +00:00
2025-05-20 17:57:59 +00:00
2025-05-08 16:46:57 +00:00
2024-12-16 16:37:15 +00:00
2025-04-24 09:39:08 +00:00
2025-02-24 15:26:28 +00:00
2025-04-16 19:03:23 +00:00
2025-01-31 20:32:57 +00:00
2025-04-16 20:05:21 +00:00
2025-04-16 20:05:21 +00:00
2024-10-18 10:27:50 +01:00