grpc icon indicating copy to clipboard operation
grpc copied to clipboard

Support configurable client deadlines in call()

Open TheJakeSchmidt opened this issue 6 years ago • 1 comments

Currently, RPC calls have a client-side deadline of 5 seconds, hard-coded in fetch() src/client.cc. We have some RPCs that take longer than that, that we'd like to call from R, so can this be made configurable from R?

TheJakeSchmidt avatar Aug 28 '19 18:08 TheJakeSchmidt

This seems like a pretty reasonable ask and straightforward to implement; I'll add it to the queue.

nfultz avatar Aug 28 '19 19:08 nfultz