콘텐츠로 이동

ModelRetryBackoffSettings

이 콘텐츠는 아직 번역되지 않았습니다.

type ModelRetryBackoffSettings = object;
optional initialDelayMs: number;

Delay for the first retry in milliseconds.


optional jitter: boolean;

Whether to apply jitter to the computed backoff delay.


optional maxDelayMs: number;

Maximum delay between retries in milliseconds.


optional multiplier: number;

Multiplier applied after each retry attempt.