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 9753d5d commit df7c2c3Copy full SHA for df7c2c3
content/develop/clients/jedis/failover.md
@@ -171,7 +171,7 @@ multiConfig
171
.minNumOfFailures(1000) // Minimum number of failures before circuit breaker is tripped
172
.build())
173
.failbackSupported(true) // Enable failback
174
- .failbackCheckInterval(1000) // Check every second the unhealthy database to see if it has recovered
+ .failbackCheckInterval(120000) // Check every 2 minutes the unhealthy database to see if it has recovered
175
.gracePeriod(10000) // Keep database disabled for 10 seconds after it becomes unhealthy
176
// Optional: configure retry settings
177
.commandRetry(MultiDbConfig.RetryConfig.builder()
0 commit comments