Skip to content

How to prevent HTTP 429: Too many requests #80

Closed Answered by jolpica
martinleppen asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Martin,

The error occurs because you've hit our rate limit of 4 per second, or 500 per hour (This will likely decrease in the future once we set up self-service API Tokens).
If most of your requests are getting 429s its likely because you've hit the hourly limit.

For everyone who may read this, there are 2 options:

  1. Reduce your calls to the API to below the sustained and burst rates.
  2. If you believe you have a valid use case, request an API Token with a higher rate limit.

In your case I suspect option 2 isn't required and instead more efficient requests / caching would be best.

What data are you trying to retrieve? What api requests are you making?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@martinleppen
Comment options

@jolpica
Comment options

@martinleppen
Comment options

Answer selected by martinleppen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants