Problem
We recently updated n8n from 1.5.1 to 1.42.2. Since then some executions are set to status canceled instead of failed.
This is a problem, since canceled executions can not be retried.
Question
Does anyone know what could cause this and how to stop executions from ending up in status canceled?
Information on your n8n setup
- n8n version:: 1.42.1
- Database (default: SQLite): postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- n8n EXECUTIONS_MODE: queue
- Running n8n via (Docker, npm, n8n cloud, desktop app): k8s docker
- Operating system: linux
We have neither set EXECUTIONS_TIMEOUT nor EXECUTIONS_TIMEOUT_MAX.