Skip to content

computeEventBackoffMs

computeEventBackoffMs(attempt, options, random): number

Defined in: packages/client/src/event-lane.ts:371

Jittered exponential backoff with a ceiling — equal jitter around the doubling ceiling, exactly the mutation path’s congestion policy (half the ceiling plus a random share of the other half), so a fleet recovering from an outage never stampedes in lockstep.

number

EventBackoffOptions

() => number

number