Skip to content

Clarification on Retry Strategy #176

Closed Answered by aallam
dheshanm asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, the retry delay is equal to the base raised to the power of the retry count. It has a maximum value of maxDelay and is limited by the maxRetries parameter.

Indeed, there is a distinction between the delay between retries and the response timeout. The delay between retries refers to the time interval after a failed call before attempting another one, while the response timeout is the maximum duration allowed for waiting to receive a response.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dheshanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants