psycopg — Configuration error
What This Cluster Means
psycopg cluster (8 fixes): Misconfiguration, wrong defaults, or incompatible settings that break startup or runtime behavior.
Top Queries / Error Strings
These are the lines developers tend to search during incidents.
-
3.2.x series raises "connection timeout expired" without actually waiting for connection timeout -
As discussed in #851, in certain cloud environments the database password changes periodically. Therefore a long-lived pool must have a mechanism to update the connection details. -
Did you try if postgres behaves well in the other cases - if it fails an attempt when `target_session_attrs` doesn't mach the characteristic requested ( i.e. in the `read-write`, `read-only`, `primary`, `standby` modes)? -
Psycopg under multiprocessing on MacOS crash when kerberos authentication enabled (which is by default). -
[json] new warning emited by a recent change in types/json.py with orjson
Search within this library’s fixes:
Explore Related Hubs
Jump into library hubs and best-practices playbooks for deeper coverage.