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