struct

CryBase::CouchBase::Policies::RetryPolicy

Inherits Struct < Value < Object

Constructors

new(max_attempts : Int32 = 1, delay : Time::Span = 0.seconds, jitter : Float64 = 0.0, max_elapsed : Time::Span | Nil = nil, *, retry_query_errors : Bool = true, retry_transport_errors : Bool = true)
Source
no_retry
Source

Instance methods

delay
Source
jitter
Source
max_attempts
Source
max_elapsed
Source
no_retry?
Source
retry_query_errors?
Source
retry_transport_errors?
Source