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.
2 parents 3e7466b + 2d7b5d0 commit a3a90eeCopy full SHA for a3a90ee
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