Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CircuitBreakerConfiguration

CircuitBreaker configuration interface

Hierarchy

  • CircuitBreakerConfiguration

Index

Properties

coolingPeriod: number

time duration after which the circuit will go to half open state, in milliseconds

minimumRPS: number

minimum number of requests per second while sampling duration before circuit breaks and goes to open state

samplingDuration: number

sampling time for failure threshold measure duration, in milliseconds

threshold: number

failure threshold ratio during sampling duration

Generated using TypeDoc