Skip to content

Include smart handling of rate limiting when requested #21

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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