Workflows getting cancelled

Describe the problem/error/question

I keep on getting the error “The execution was cancelled” at various places in my workflows. There are no other details.
I have optimized memory utilization, but I still get the problem. This started happening this week on workflows that were working last week. What can I do?

What is the error message (if any)?

ExecutionCancelledError: The execution was cancelled at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2285:8 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2337:11

Please share your workflow

n/a

Share the output returned by the last node

n/a

Information on your n8n setup

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

Hey @andrewb Welcome to the community.

Hmm two things come to mind which you might help to check:

  1. hitting memory limits and/or timeout. Are you dealing with large data?
  2. exceeded execution quota. You can see this in your admin panel.