Skip to content
Discussion options

You must be logged in to vote

@olitomlinson,

I think I understand your concern about how RetryTimeout when your application is slowing down for requests. In general, I would say the field is working as intended, as the purpose is to set a hard time limit on the operation, even if we don't hit the number of specified retries.

I am confused by the behavior of you seeing literally no retries. Given the code found in RetryInterceptor, I would expect that at least one retry would be successfully executed, as after the first execution the value of CurrentUtcDateTime should always be less than the retry expiration.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cgillum
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1111 on April 01, 2021 22:18.