@aster-rpc/aster API Reference
Preparing search index...
CircuitBreakerOptions
Interface CircuitBreakerOptions
Circuit breaker for failing endpoints.
interface
CircuitBreakerOptions
{
failureThreshold
?:
number
;
resetTimeoutMs
?:
number
;
halfOpenMaxCalls
?:
number
;
}
Index
Properties
failure
Threshold?
reset
Timeout
Ms?
half
Open
Max
Calls?
Properties
Optional
failure
Threshold
failureThreshold
?:
number
Optional
reset
Timeout
Ms
resetTimeoutMs
?:
number
Optional
half
Open
Max
Calls
halfOpenMaxCalls
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
failure
Threshold
reset
Timeout
Ms
half
Open
Max
Calls
@aster-rpc/aster API Reference
Loading...
Circuit breaker for failing endpoints.