Hi,
Im trying to undestand the throttling retry attempts, as defined on the gRPC retry Design Proposal, here:
The proposal saids:
"If token_count is less than or equal to the threshold, defined to be (maxTokens / 2), then RPCs will not be retried until token_count rises over the threshold."
How token_count will rises over the threshold if "RPCs will not be retried" ?
Is it rising due to other diferent requests, which are not retries, made to the same server?
Thanks!