Reputation: 322
I haven't found any examples how to add a retry logic on some rpc call. Does gRPC have the ability to add a maximum retry for call? If so, is it a built-in function?
Upvotes: 4
Views: 1701
Reputation: 2562
Retries are not a feature of gRPC Python at this time.
Upvotes: 1