You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement
Currently, the SDK automatically retries API calls 4 times before failing
Proposed Solution
While the default is good, it would be good if we could configure the number of retries we want per call or atleast choose not to retry
something like
workspaceClient.withoutRetries().callApi()
Additional Context
We have a usecase where we need to continuously call an endpoint, however if its failing, we would prefer not retrying
The text was updated successfully, but these errors were encountered:
Problem Statement
Currently, the SDK automatically retries API calls 4 times before failing
Proposed Solution
While the default is good, it would be good if we could configure the number of retries we want per call or atleast choose not to retry
something like
workspaceClient.withoutRetries().callApi()
Additional Context
We have a usecase where we need to continuously call an endpoint, however if its failing, we would prefer not retrying
The text was updated successfully, but these errors were encountered: