DEFAULT_JITTER_FACTOR
Defined in: packages/core/src/shared/utils/backoff.ts:25
Default jitter factor applied to backoff delays.
A factor of 0.25 means the delay is randomly spread ±25% around the
calculated value. This prevents thundering-herd retries when many jobs
fail simultaneously with the same failCount.