[GetConnect] Please add maximum retries #849
nandhakumargdr
started this conversation in
Ideas
Replies: 2 comments
-
I don't know how to retry... |
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
-
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