struct

Movie::SupervisionConfig

Inherits Struct < Value < Object

Constructors

new(strategy : SupervisionStrategy = SupervisionStrategy::RESTART, scope : SupervisionScope = SupervisionScope::ONE_FOR_ONE, max_restarts : Int32 = 3, within : Time::Span = 1.second, backoff_min : Time::Span = 10.milliseconds, backoff_max : Time::Span = 1.second, backoff_factor : Float64 = 2.0, jitter : Float64 = 0.0)
Source

Class methods

default
Source

Instance methods

backoff_factor
Source
backoff_max
Source
backoff_min
Source
jitter
Source
max_restarts
Source
scope
Source
strategy
Source
within
Source