Forum Discussion

Kullay's avatar
Kullay
New Contributor III
6 years ago
Solved

Rest API Snap Issue: Too Many Request

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

  • 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.

6 Replies

  • christwr's avatar
    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's avatar
      Kullay
      New Contributor III

      Hi christwr,

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

      Regards
      kullayappa

  • cstewart's avatar
    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.

    • Sombit's avatar
      Sombit
      New Contributor

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