n8n-io/n8n

n8n workflow execution goes to infinite

rajubish opened this issue · 1 comments

Bug Description

We are using the n8n workflow for execution of certain tasks. We have deployed in multiple pods and it was working fine.
But suddenly in one pod all execution goes into infinite loop. I deleted all exections try to run again but still same issue.
Screenshot 2024-05-09 at 12 28 50 AM

To Reproduce

Version : 1.27
OS : Ubuntu 22.04

Expected behavior

It should complete all workflow execution on time.

Operating System

Ubuntu 22.04

n8n Version

1.27.2

Node.js Version

v20.10.0

Database

PostgreSQL

Execution mode

main (default)

Hey @rajubish,

This doesn't sound like a bug and is more than likely a configuration issue based on it working in other pods but failing in one which would be better suited for our community support forum.

Before we go down that route though if you are running in queue mode have you made sure all of your workers are on the same version as the app server and that they have started up correctly?

It may also be worth an upgrade as you are on an older release and I would also check what the log files say to see if they show any issues.