The "rate limit too low" error happens because your current settings don't meet the minimum requirement. The rate limit must average at least 5 requests per second to work properly.
Your current setup (600 requests per 3,600,000 ms) equals about 0.17 requests per second, which is way below the 5 requests/second minimum.
To fix this, you need to increase your request limit or decrease the duration. For example:
600 requests per 120,000 ms (2 minutes) = 5 requests/second
Or 18,000 requests per 3,600,000 ms (1 hour) = 5 requests/second
Just make sure your final calculation gives you at least 5 requests per second.
If you still need help adjusting your rate limit settings, I’m here to assist. Would you like to provide more details about what you’re trying to achieve with the rate limit?
Hey Siddanth - thank you for reaching out. Unfortunately, there is a minimum rate limit set so that the table doesn't run for a prolonged period of time. What workflow are you trying to make?