-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hello,
I am encountering rate limiting issues while querying the API. I am making paginated calls to retrieve large amounts of data and, despite the API responses arriving well within the documented rate limit, I am still receiving "Too Many Requests" 429 errors.
For example, according to my logs, the API responses are typically received every 0.2 - 0.4 seconds, which is significantly below the documented limit of 600 requests per minute (1 request every 0.1 seconds).
I would like to kindly ask:
- Are there any additional rate limits, beyond the stated 600 requests per minute, that I should be aware of? If so, could you please provide details?
- What is the recommended strategy for setting an appropriate wait time within my script to avoid these 429 errors and prevent the script from aborting?
I am attaching sample logs for further clarity.
sample log.txt
Thank you for your assistance.
Metadata
Metadata
Assignees
Labels
No labels