Reasoning about retry throttling parameters #7539
Labels
Area: Client
Includes Channel/Subchannel/Streams, Connectivity States, RPC Retries, Dial/Call Options and more.
Type: Question
Hi!
I would like to reason about retry throttling in terms of an upper bound for traffic amplification, relative to the steady state of my service. It looks like
token_count
is equivalent tosuccessRate
*tokenRatio
, which is close to what I need. However, I don't know how to reasonably setmaxTokens
, which is also used to derive the threshold. Part of the problem is thatmaxTokens
is a defined in absolute terms, rather then relative.maxTokens
?I'm new to gRPC, so please let me know if there are additional docs or resources I've missed which make this clearer.
Thanks in advance!
The text was updated successfully, but these errors were encountered: