method CircuitBreaker.prototype.shouldAttemptRecovery
CircuitBreaker.prototype.shouldAttemptRecovery(): boolean

Checks if enough time has passed to attempt recovery

Return Type

boolean

Usage

import { CircuitBreaker } from ".";