-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you calculate your retry budget? #946
Comments
The values depends on your case, the size of servers, the number of connections and a lot of factors, normally you start with some conservative numbers and then you test the performance of your system an tune accordingly. As a reference this is the configuration we are using at my company:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was reading: https://finagle.github.io/blog/2016/02/08/retry-budgets/ and came across the default number of
minRetriesPerSec
andpercentCanRetry
. as I understand this number can vary from service to service. how do you calculate these two numbers with the following objective in mind?The text was updated successfully, but these errors were encountered: