Skip to content

[FEATURE] Control number of retries per call #289

@satviksr-db

Description

@satviksr-db

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions