cancel
Showing results for 
Search instead for 
Did you mean: 

Rest API Snap Issue: Too Many Request

Kullay
New Contributor III

Hi All,

Whenever the using the Rest API Post Snap, Facing Issue Like :“x-amzn-errortype”:
“TooManyRequestsException”

please help me on this isuue.

image

Thanks,
kullayappa

1 ACCEPTED SOLUTION

christwr
Contributor III

Seems to be an error from the end point that you’re posting to. They’re saying that their service is too busy to handle your request. Sounds like an Amazon API gateway, so probably exceeding the limits that have been configured.

View solution in original post

6 REPLIES 6

christwr
Contributor III

Seems to be an error from the end point that you’re posting to. They’re saying that their service is too busy to handle your request. Sounds like an Amazon API gateway, so probably exceeding the limits that have been configured.

Kullay
New Contributor III

Hi christwr,

Thank you for reply, Yes its correct it is a Limitation of the Instances.

Regards
kullayappa

cstewart
Former Employee

The REST POST Snap doesn’t have an interval, this was implemented for the REST Get pagination requests, not all requests. If you need to slow down the requests, you could use a script snap just before the REST POST to ensure there is an appropriate delay between documents, thereby avoiding the rate throttling of the Amazon service.

We introduced the delay between JSON generator and Rest Post Snap we are getting error.