Auto retry feedback #2091
hardysabs2
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you tell me where did you exactly look to find this information please? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand a got request (though you can specify retries explicitly) implicitly includes under the hood auto retry (3 times?). Is this right? Is it possible to get feedback on whether retries actually occurred? For success in the response object, for failure in the caught error object?
Are auto retries attempted for any kind of failure, e.g. any of the timeouts or any other reason? Is there any kind of back-off / delay algorithm employed before the retry?
Apologies I was struggling to find this in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions