Hi, Im trying to undestand the throttling retry attempts, as defined on the gRPC retry Design Proposal, here:
https://github.com/grpc/proposal/blob/master/A6-client-retries.md#throttling-retry-attempts-and-hedged-rpcs 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! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To post to this group, send email to grpc-io@googlegroups.com. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b4cb2ce1-b786-479a-9c81-5dba3b7dc4fc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.