콘텐츠로 이동
한국어

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.

LinearBackoffOptions

BackoffPolicy