linearBackoff
이 콘텐츠는 아직 번역되지 않았습니다.
linearBackoff(
opts):BackoffPolicy
Defined in: src/pattern/BackoffPolicy.ts:87
min + step × n clamped to max. Same jitter contract as
exponentialBackoff. Use when you want a bounded, predictable
cadence rather than exponential growth.