How Do I Handle the Error APIG.0308?
If error message "The throttling threshold has been reached: policy user over ratelimit,limit:XX,time:1 second","error_code":"APIG.0308" is returned when you call an API, it means that the number of concurrent requests have exceeded the service limit. Each service has a concurrency limit, for example the most concurrent requests that a service can process may be XX per second.
You can use the following two methods:
- Check the code to see if there is a concurrency issue, and if there is, wait for about 2 to 5 seconds to resend the request.
- Check the backend information to confirm if the results of the previous requests were returned before sending more requests.
If you need to support higher levels of concurrency, contact us at Presales Support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot