Is There a Rate Limit on Http Post Endpoint or Sending Request from a Component Causing 429 Error?

This topic was automatically generated from Slack. You can find the original thread here.

Hi guys, I have a workflow which takes an excel file with several columns, retrieves one row at a time and sends it to another workflow using http post trigger. However I keep getting 429 error. Is there a rate limit placed on the http post endpoint or sending request from the component?

Hey , paste from Pipedream doc

You can send an average of 10 requests per second to your HTTP trigger. Any requests that exceed that threshold may trigger rate limiting. If you’re rate limited, we’ll return a 429 Too Many Requests response. If you control the application sending requests, you should retry the request with exponential backoff or a similar technique.

https://pipedream.com/docs/limits#