RetryOptions interface
Opzioni che controllano come ripetere le richieste non riuscite.
Proprietà
max |
Numero massimo di tentativi. Il valore predefinito è 3. |
max |
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