Enable hot_standby_feedback on the authentik postgres cluster #473
Reference in New Issue
Block a user
Delete Branch "benvin/authentik-hot-standby-feedback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Authentik serves multi-second API reads from the CNPG hot standbys. Those reads outlive
max_standby_streaming_delay, so recovery cancels them withcanceling statement due to conflict with recovery, which authentik surfaces as HTTP 500 — enough to break a terraform apply mid-run.hot_standby_feedbackon so replicas report their oldest xmin to the primary and long reads stop being cancelled