Describe the problem/error/question
Hello ![]()
We have some executions that run for a long time and get marked as Error after a while. When looking at the execution, all the nodes ran successfully and the execution completed. We are running a self-hosted instance of n8n on kubernetes in queue mode. We use Redis Cluster for the queue.
We also don’t see any error logs from the main or worker instances. The worker logs show that the job for the execution completed successfully. In the execution_entity table the execution is marked with a status of crashed. The main and worker pods have enough memory allocated to them (No OOM errors). Below are the logs we see in the main and worker instances:
n8n-worker - Worker finished execution 20382 (job 1016)
n8n-main - Execution 20382 (job 1016) finished successfully
n8n-main - Enqueued execution 20382 (job 1016)
n8n-worker - Worker started execution 20382 (job 1016)
We are unsure of how to investigate this further. Any help is appreciated!
What is the error message (if any)?
We don’t see any error message.
Please share your workflow
It happens on several different workflows and they do run successfully, just are marked as in error.
(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: 1.116.2
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu