Rate limit exceeded

Don Costanzo 0 Reputation points
2024-06-30T23:48:49.28+00:00

I have waited three days and i am still getting this error - Error Server responded with status 429. Error message: {'error': {'code': '429', 'message': 'Rate limit is exceeded. Try again in 86400 seconds.'}}

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,854 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 46,056 Reputation points Microsoft Employee
    2024-07-02T05:59:40.3866667+00:00

    @Don Costanzo 429 error code indicates that the rate of requests sent to the API exceeds the safe threshold limit. In most cases, the Tranactions per second(TPS) value is hit and you will see this message. Depending on the AI service and API you are using, there could be an option to increase the TPS limits from quota limits page of the service or request a higher TPS by raising a support case from Azure portal.

    If you have created your service or resource with free tier, try changing that to a higher or standard tier and then retry the scenario. In most cases, this is the cause of the message.

    Also, please note that the services are designer to scale up as per demand and if you see the same error while increasing the workload try to avoid sharp increase in workload, some of the best practices for these scenarios are also documented in the respective service limits documentation. For example, for speech services you can look up the guidance here.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.