At All That Node, we have implemented daily request limits and Requests Per Second (RPS) limits based on the subscription plan. For more details, please refer to our pricing page.
The "429 Too Many Requests" error can occur in two scenarios:
- Daily Request Limit Exceeded: This happens when the daily request quota for your current subscription plan is exhausted.
- RPS Limit Exceeded: This happens when the number of requests sent per second exceeds the limit specified by your subscription plan.
To prevent and resolve the "429 Too Many Requests" error, consider the following solutions:
1. When Daily Request Limit is Exceeded
- Upgrade Your Subscription Plan: By upgrading to a higher subscription plan, you can increase your daily request limit, allowing more requests to be processed.
- Enable Auto-Scaling and Adjust Limits: With the Auto-scaling feature enabled, you can handle additional requests within the allowed range even if the daily request limit is exceeded. This provides flexibility in managing your request volume.
2. When RPS Limit is Exceeded
- Upgrade Your Subscription Plan: Upgrading to a higher subscription plan can increase your RPS limit, allowing more concurrent requests to be processed.
By following these solutions, you can effectively prevent the "429 Too Many Requests" error and ensure smoother service. If you have any further questions, please contact our help center.