When I run my app at my local environment, there is not problem with error 429, but after I deploy it, there is too many requests error.
i don't know why.
When I run my app at my local environment, there is not problem with error 429, but after I deploy it, there is too many requests error.
i don't know why.
I read these before. But when I run the same function in local environment, there is no error
Rate limits are cumalitive and apply to all requests being made for a given token. You must be making other requests that are causing you to hit the limits, and if you don't back-off appropriately you will be locked out for longer periods of time. If you provide your app id in a private post and the timeframe when you saw the 429s I can check the requests you are making.
1 Person is following this question.