Skip to main content

Calculate available rate limits per request

  • 26 April 2024
  • 1 reply
  • 1 view

Hello Forum!


How could I calculate resulting rate limits per request???

Somehow rate limits exceeded, nonetheless the dashboard says:


  • 500 processing units per 1 minute.

  • 70 000 processing units per 31 days.

This is very inconvenient issue, which frustrated severely my workflow!


Thanks for suggestions!

Hi,

when you get rate limited, make sure to check the reponse headers, which actually say, which limit was hit.

Looking at your usage, you are making very large requests - 200 PU per request. Therefore, if you make three requests in a row, within a period of one limit, one will already be rate limited.

I would therefore recommend to simply slow down your use, i.e. to make two requests per minute.


Reply