You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design, the inner retry is just recreating connections of the gRPC connection pool while the outer retry logic deals with all kind of retriable errors.
This could be unified later but it is not a bug now.
It uses
GrpcClient
which already does retries, and wraps it in a secondary layer of retrying unnecessarily.The text was updated successfully, but these errors were encountered: