RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Fix 2 seconds polling overhead #43

Closed NRHelmi closed 1 year ago

NRHelmi commented 2 years ago

This PR adds support to polling asynchronous transaction with x% overhead of the time the transaction has been running so far. By default the transaction overhead is 20%

Closes https://github.com/RelationalAI/raicode/issues/11101