Condividi tramite


RetryOptions interface

Opzioni che controllano come ripetere le richieste non riuscite.

Proprietà

maxRetries

Numero massimo di tentativi. Il valore predefinito è 3.

maxRetryDelayInMs

Ritardo massimo in millisecondi consentito prima di ripetere un'operazione.

Dettagli proprietà

maxRetries

Numero massimo di tentativi. Il valore predefinito è 3.

maxRetries?: number

Valore della proprietà

number

maxRetryDelayInMs

Ritardo massimo in millisecondi consentito prima di ripetere un'operazione.

maxRetryDelayInMs?: number

Valore della proprietà

number