CircuitBreakerState
Defined in: packages/webhook/src/dispatcher/types.ts:52
Properties
Section titled “Properties”endpointId
Section titled “endpointId”endpointId:
string
Defined in: packages/webhook/src/dispatcher/types.ts:53
failureCount
Section titled “failureCount”failureCount:
number
Defined in: packages/webhook/src/dispatcher/types.ts:55
lastFailureTime?
Section titled “lastFailureTime?”
optionallastFailureTime:Date
Defined in: packages/webhook/src/dispatcher/types.ts:56
nextRetryTime?
Section titled “nextRetryTime?”
optionalnextRetryTime:Date
Defined in: packages/webhook/src/dispatcher/types.ts:57
state:
"closed"|"open"|"half-open"
Defined in: packages/webhook/src/dispatcher/types.ts:54