Invocations Quota Exceeded error

I have two workflows set up when an email is received to send that email to my discord channels. Somehow overnight I hit the free quota limit and I’m getting “Invocations Quota Exceeded error” but there’s no emails in my discord channel and none in my actual email provider account so I know none were received.

How can I tell what was causing this if nothing was actually triggered and thus my limit should not have been reached…

Hi @jnjustice , would you mind visiting https://pipedream.com/settings/billing and clicking on the column corresponding to the most recent day’s data in the Invocations chart?

This will show you a breakout of your invocations usage by resource. My guess is that you may have an event source running in the background. Event sources often poll for resources in the background and trigger a workflow only when they’ve found a new event (see docs). Each time an event source runs, it accrues an invocation.

Let me know if the Usage data helps, or if you have any other questions!

Hi @dylburger thanks for the reply! It looks like an RSS feed source I was testing was still running. I didn’t think it would even though it wasn’t connected to a workflow. Looking at the Email to Discord events there was less than 10 combined in that timeframe so definitely no issues there.