Header menu logo TDesu.FSharp

CircuitBreaker.Config Type

Circuit breaker configuration.

Record fields

Record Field Description

Cooldown

Full Usage: Cooldown

Field type: TimeSpan

How long the circuit stays open before allowing a probe.

Field type: TimeSpan

Threshold

Full Usage: Threshold

Field type: int

Number of consecutive failures before opening the circuit.

Field type: int

Type something to start searching.