RelationalAI / rai-sdk-python

The RelationalAI Software Development Kit (SDK) for Python.
Apache License 2.0
17 stars 4 forks source link

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

Open salamehsameera opened 2 years ago

salamehsameera commented 2 years ago

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:

salamehsameera commented 2 years ago

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

billscheidel-rai commented 1 year ago

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

This link is only accessible to employees of RelationalAI.