API error - 429: Too Many Requests | Community
Skip to main content
April 24, 2024
Solved

API error - 429: Too Many Requests

  • April 24, 2024
  • 1 reply
  • 4750 views

Hello,

I'm calling https://platform.adobe.io/data/xql/graphql to get a list of segments. I'm getting 50 segments at a time which is the limit per page. 

 
Recently the API at random times started returning "429: Too Many Requests" error. I'm retrying after waiting 10 seconds but in the end I'm never able to get the complete list of segments. The error is returned on random pages and waiting 10 seconds helps in the beginning but in the end it keeps returning the error.
 
I know there are rate limits but we are no reaching them. How should this be solved?
 
 
Best answer by arijitg

Hi @tomasbx 

 

This looks like some bursts of traffic hitting our upper limit of application policy. In case there is any scheduled script that calls AEP APIs in loop you may face that.

For example, if the threshold is set to 300 calls per minute you will start receiving the error from your 301st request.

To get more details on the policy and limit you can open a support ticket and they can check it from the backend.

 

Regards,

Arijit Ghosh

1 reply

arijitg
Adobe Employee
arijitgAdobe EmployeeAccepted solution
Adobe Employee
April 25, 2024

Hi @tomasbx 

 

This looks like some bursts of traffic hitting our upper limit of application policy. In case there is any scheduled script that calls AEP APIs in loop you may face that.

For example, if the threshold is set to 300 calls per minute you will start receiving the error from your 301st request.

To get more details on the policy and limit you can open a support ticket and they can check it from the backend.

 

Regards,

Arijit Ghosh