When you receive a 429 - Too Many Requests, here is what you should do

  • 10 September 2015
  • 0 replies
  • 2377 views

  • Anonymous
  • 0 replies
{
  "errorCode": "CMN-301",    "message": "Request rate exceeded",    "errors": [      {        "errorCode": "CMN-301",        "message": "Request rate exceeded"      }    ]  }

Response code : 429????




Solution:


Check the usage plan under Applications Information section for your application.


While you hit 429 error, your application will stay in penalty interval for 60 seconds. During this time, donot make any calls.


You can avoid hitting 429 error by following usage plan RPM( Requests per Minute) data for APIs.


0 replies

Be the first to reply!

Reply