Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configurable client deadlines in call() #28

Open
TheJakeSchmidt opened this issue Aug 28, 2019 · 1 comment
Open

Support configurable client deadlines in call() #28

TheJakeSchmidt opened this issue Aug 28, 2019 · 1 comment

Comments

@TheJakeSchmidt
Copy link

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?

@nfultz
Copy link
Owner

nfultz commented Aug 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants