Skip to content

Retry Budget - Can you please explain? #5378

Answered by adleong
kitkars asked this question in Q&A
Discussion options

You must be logged in to vote

The backoff between reties is not configurable.

The design of retries is intended to address random errors. The idea here is that if you have a request which fails, it is retried so that it might succeed the second time (or the third time, etc.). In this scenario, a single request will only need to be retried a few times before it succeeds and it will not consume the entire retry budget. If you have a request which always fails, no amount of retries will help and my recommendation is that enabling retries is not appropriate for that scenario.

Replies: 8 comments 3 replies

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
1 reply
@kleimkuhler
Comment options

Comment options

You must be logged in to vote
2 replies
@kleimkuhler
Comment options

@kitkars
Comment options

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
Comment options

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