How to retry at a fixed interval? #832
Answered
by
jeevatkm
fighterhit
asked this question in
Q&A
-
How to retry 3 times with a fixed interval of 300ms? I found that when using the following code, the retry interval is 3s and the number of retries is 4.
|
Beta Was this translation helpful? Give feedback.
Answered by
jeevatkm
Aug 28, 2024
Replies: 1 comment 2 replies
-
@fighterhit Currently, Resty does |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fighterhit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@fighterhit Currently, Resty does
Backoff
retries, not a fixed interval. In the upcoming Resty v3, I aim to bring a pluggable retry algorithm.