07-24-2019 10:12 PM
Hi All,
Whenever the using the Rest API Post Snap, Facing Issue Like :“x-amzn-errortype”:
“TooManyRequestsException”
please help me on this isuue.
Thanks,
kullayappa
Solved! Go to Solution.
07-25-2019 08:31 AM
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.
07-25-2019 08:31 AM
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.
07-25-2019 09:20 AM
Hi christwr,
Thank you for reply, Yes its correct it is a Limitation of the Instances.
Regards
kullayappa
07-25-2019 02:55 PM
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.
08-08-2019 04:02 PM
We introduced the delay between JSON generator and Rest Post Snap we are getting error.