跳转到内容

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.