Grpc-node: Implement client retries in grpc-js

Created on 13 Dec 2019  路  2Comments  路  Source: grpc/grpc-node

We have had some reports that some customers are being adversely impacted by the missing retry behavior in grpc-js. In particular, apparently some auth errors encountered in the wild are transient, so when those failures do occur, a client with retries enabled will retry the call and eventually successfully authenticate, but a client without retries will immediately report an error to the user.

feature request @grpgrpc-js

All 2 comments

Any progress on this one? Or maybe a guide how to handle errors in this client implementation? At which errors we should retry and at which we should create a new client?

@murgatroid99

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samiq picture samiq  路  5Comments

shotor picture shotor  路  3Comments

Slapbox picture Slapbox  路  5Comments

keyvhinng picture keyvhinng  路  5Comments

kibertoad picture kibertoad  路  6Comments