Interface: RetryOptions
Defined in: src/http/client.ts:39
Properties
baseDelayMs?
ts
optional baseDelayMs?: number;Defined in: src/http/client.ts:45
Retry-After 헤더가 없을 때 지수 백오프의 기본 지연(ms). 기본 1000.
enabled?
ts
optional enabled?: boolean;Defined in: src/http/client.ts:41
429 재시도 여부. 기본 true.
maxDelayMs?
ts
optional maxDelayMs?: number;Defined in: src/http/client.ts:47
지연 상한(ms). 기본 30000.
maxRetries?
ts
optional maxRetries?: number;Defined in: src/http/client.ts:43
최대 재시도 횟수(최초 시도 제외). 기본 2.