Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add max_failover_replication_time_lag configuration with constraints #938

Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,10 @@ properties:
Enable the pg_stat_monitor extension. <b>Enabling this extension will cause the cluster to be restarted.</b> When this extension is enabled, pg_stat_statements results for utility commands are unreliable.
type: boolean
example: false
max_failover_replication_time_lag:
description: >-
Number of seconds of master unavailability before triggering database failover to standby.</b> The default value is 60.
vsharma6855 marked this conversation as resolved.
Show resolved Hide resolved
type: integer
minimum: 10
maximum: 9223372036854776000
example: 50
Loading