method CircuitBreaker.prototype.reset
CircuitBreaker.prototype.reset(): void

Manually resets the circuit breaker to CLOSED state Useful for testing or manual recovery

Return Type

void

Usage

import { CircuitBreaker } from ".";