What is the default retry condition? #679
-
I use the following code, but it's not clear to me what is the default retry condition? Is it http status code >= 400 or is there an error in request execution?
|
Beta Was this translation helpful? Give feedback.
Answered by
jeevatkm
Oct 2, 2023
Replies: 1 comment 1 reply
-
By default, Resty retry option values are - Lines 17 to 19 in 1f11e18 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jeevatkm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, Resty retry option values are -
resty/retry.go
Lines 17 to 19 in 1f11e18