Circuit breaker policy consumed by the ResiliencePlugin's breaker pattern.
Rolling failure window in milliseconds; failures older than this (measured by the monotonic clock) are dropped before the threshold check.
Circuit breaker policy consumed by the ResiliencePlugin's breaker pattern.
Rolling failure window in milliseconds; failures older than this (measured by the monotonic clock) are dropped before the threshold check.
import { type CircuitBreakerPolicy } from "sdk/src/index.ts";