creedqq
creedqq

Reputation: 322

Does gRPC have the ability to add a maximum retry for call?

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

Answers (2)

Ger
Ger

Reputation: 431

Now gRPC supports retry. Reference: https://grpc.io/docs/guides/retry/

Upvotes: 0

Retries are not a feature of gRPC Python at this time.

Upvotes: 1

Related Questions