Record: RollingWindow
Represents a rolling window in the Circuit Breaker.
Closed record
Fields
- requestVolumeThreshold int(default 10)
- timeWindow decimal(default 60)
- bucketSize decimal(default 10)
Minimum number of requests in a RollingWindow
that will trip the circuit.
Time period in seconds for which the failure threshold is calculated
The granularity at which the time window slides. This is measured in seconds.