Fetcher::CircuitBreaker
Constants
DEFAULT_TTL = 5.minutes
Constructors
Instance methods
allow_request?
Sourcefailure_count
Sourcefailure_threshold
Sourcelast_failure_time
A monotonic instant (Time::Instant) from Time.instant -- safe against NTP/suspend jumps. Wall-clock (Time.utc) would miscalculate the recovery window if the system clock jumped.
A monotonic instant (Time::Instant) from Time.instant -- safe against NTP/suspend jumps. Wall-clock (Time.utc) would miscalculate the recovery window if the system clock jumped.
record_failure
Sourcerecord_success
Sourcerecovery_timeout
Sourcestate
Source