property CircuitBreakerPolicy.timeout

Rolling failure window in milliseconds; failures older than this (measured by the monotonic clock) are dropped before the threshold check.

Type

number

Usage

import { type CircuitBreakerPolicy } from "common/src/index.ts";