How to specify rpc queue size when use wait_for_ready

407 Views Asked by At

How to specify rpc queue size when use wait_for_ready in grpc-python

1

There are 1 best solutions below

0
On

gRPC Python doesn't really have a buffer queue layer. Only gRPC Java has similar concept. The wait-for-ready applies to individual RPC but doesn't restrict other RPCs' behavior.