We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7466b commit 2d7b5d0Copy full SHA for 2d7b5d0
pkg/flypg/repmgr.go
@@ -130,6 +130,7 @@ func (r *RepMgr) setDefaults() {
130
"location": r.Region,
131
"primary_visibility_consensus": true,
132
"failover_validation_command": fmt.Sprintf("'/usr/local/bin/failover_validation -visible-nodes %%v -total-nodes %%t'"),
133
+ "priority": 100,
134
}
135
136
if !r.eligiblePrimary() {
0 commit comments