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

Add timeout period as a command line option for run_async_query #55

Open
salamehsameera opened this issue Jan 11, 2022 · 2 comments
Open

Comments

@salamehsameera
Copy link
Contributor

salamehsameera commented Jan 11, 2022

A part of the async transactions protocol we're building is the keepalive feature. It basically means if the client did not poll a given transaction using a GET request within a period of time, this transaction will be scheduled to be cancelled.
The first step to implement this is to have this timeout period a field that gets set by the client as a command line option.

Discussed on January 14, 2022:

  • The unit should be minutes
  • The default values should be:
    • Read: 1m
    • Write: 0, which means do not time out
@salamehsameera
Copy link
Contributor Author

@miazamrai I assigned this to you since you're working on the sdk, hope that is ok!

@billscheidel-rai
Copy link

Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-4214.

This link is only accessible to employees of RelationalAI.

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

No branches or pull requests

4 participants