Skip to content

Include smart handling of rate limiting when requested #21

@ships

Description

@ships

For majority of users, this API will return 429 Too Many Requests once you start to get rate limited. This will last some number of seconds and the limit is generally 50 requests per second.

When creating this Client, with intent to re-use, we should allow you to retry-with-fallback in a standard way that you can configure the delay. For example just wait a second if you get the characteristic error -- 429 Too Many Requests.

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