updated Exponential fallback logic to retry for up to 10 times 1 hour (68.2 minutes)
parent
ecd8df3ca9
commit
b4ef318182
|
@ -40,7 +40,7 @@ class SessionManager {
|
||||||
this.wrapAxiosInstance(this.axiosInstance);
|
this.wrapAxiosInstance(this.axiosInstance);
|
||||||
|
|
||||||
axiosRetry(this.axiosInstance, {
|
axiosRetry(this.axiosInstance, {
|
||||||
retries: 3,
|
retries: 10,
|
||||||
retryDelay: this.retryDelayStrategy,
|
retryDelay: this.retryDelayStrategy,
|
||||||
retryCondition: this.retryCondition,
|
retryCondition: this.retryCondition,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue