Calculate available rate limits per request

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 @zlatomir.d.dimitrov,

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.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.