BreakerOptions: {
    failureThreshold: number;
    successThreshold: number;
    timeout: number;
}

Circuit breaker options

Type declaration

  • failureThreshold: number
  • successThreshold: number
  • timeout: number

Generated using TypeDoc