What Does Error 429 Mean in Testing a Workflow?

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

I am getting error 429 when I try to test my first workflow. Can you explain to me what that means?

Error 429 typically indicates that you’ve exceeded a rate limit or quota. On the Free tier, Pipedream imposes a limit on the daily credits across all workflows and sources. If you hit this limit, you’ll see a Quota Exceeded error. To resolve this issue, you can either wait for the daily credits to reset at 00:00 (midnight) UTC or consider upgrading to a paid plan, which doesn’t have a daily credit limit. You can find more information on the available plans at https://pipedream.com/pricing. If you believe this error is unrelated to Pipedream’s limits, it could be related to an external API you’re using within your workflow. In that case, you’ll need to check the API documentation for the specific rate limits and adjust your workflow accordingly.

gotcha