Ran out of executions (“coins”) just debugging a single workflow – can we get more or reset?

Hi team and community,
I’m on an n8n Cloud plan and just used up all my executions (“coins”) while debugging a single workflow that refused to run correctly. I ended up triggering it many times manually as I tried to fix the issue, and now my quota is empty for the month.

Describe the problem/error/question

Questions:
Is it possible to get extra executions for this month, or have the execution count reset so I can continue testing?
If not, what’s the best way to purchase an add‑on or upgrade my plan to avoid this in the future?
Short‑term workarounds I’m trying:
Using Manual Trigger nodes instead of real webhooks during development.
Editing the workflow without triggering it, and only running a small test batch.
Reducing retries and debug logging to avoid extra executions.
If anybody has tips on how to avoid burning executions during development (e.g. better use of manual triggers, error handling, or local testing), I’d appreciate it.
Thanks in advance!

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @Jacobi_Music Welcome!

Also for your question. When you are dealing with cloud n8n instance, you HAVE to create a safe guard like session control on triggers so that they dont fire randomly and for no reason, although first make sure you keep PROD and staging n8n cloud instances differently so you keep track of the failures, also one thing that i have learnt that depending on your kind of flow, make sure it can only be executed once per iteration not just user keep spamming runs.

(Just tell the n8n support team about all your details and they might give you a top up)

1 Like