[GetConnect] Please add maximum retries #849
nandhakumargdr
started this conversation in
Ideas
Replies: 3 comments
-
Yeah |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know how to retry... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It will be very useful if you add maximum retries for an HTTP request, so that when the request timed out or it fails because of a slow internet connection the request can be retried for a specified time.
httpClient.maxRetries = 3
Similar to
httpClient.maxAuthRetries = 3
Beta Was this translation helpful? Give feedback.
All reactions