RelationalAI / rai-sdk-python

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

Add polling with overhead to python sdk #109

Closed NRHelmi closed 2 years ago

NRHelmi commented 2 years ago

EDITED: This PR adds support to polling with overhead the the python sdk. Polling delay is x% overhead of the time the transaction has been running so far. By default the overhead is 10% no default value is set for transactions async the overhead is 20% similar to what we have in golang sdk