Method: Beetle::Configuration#redis_failover_timeout
- Defined in:
- lib/beetle/configuration.rb
#redis_failover_timeout ⇒ Object
how long we should repeatedly retry a redis operation before giving up, with a one second sleep between retries (defaults to 180.seconds). this value needs to be somewehere between the maximum time it takes to auto-switch redis and the smallest handler timeout.
47 48 49 |
# File 'lib/beetle/configuration.rb', line 47 def redis_failover_timeout @redis_failover_timeout end |