EventLaneBackoffTransition
Defined in: packages/client/src/event-lane.ts:140
A batch-level backoff transition (ADR-0053 decision 4) — the lane entering or leaving its retry backoff.
Properties
Section titled “Properties”attempt?
Section titled “attempt?”
optionalattempt?:number
Defined in: packages/client/src/event-lane.ts:145
Consecutive failed batch attempts behind the current backoff. Present when entered.
httpStatus?
Section titled “httpStatus?”
optionalhttpStatus?:number
Defined in: packages/client/src/event-lane.ts:147
The HTTP status that caused it, when there was one (absent for a transport failure).
reason?
Section titled “reason?”
optionalreason?:string
Defined in: packages/client/src/event-lane.ts:149
The failure message. Present when entered.
retryInMs?
Section titled “retryInMs?”
optionalretryInMs?:number
Defined in: packages/client/src/event-lane.ts:143
How long the lane will hold off, in ms. Present when entered.
state:
"entered"|"cleared"
Defined in: packages/client/src/event-lane.ts:141