-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated duplicate workflow #10836
Comments
Hey @oumbguet, We have created an internal ticket to look into this which we will be tracking as "GHC-239" |
Hey @oumbguet, It seems unlikely to be related to the MQTT node, Do you have n8n running in queue mode? It could be that 2 main instances of n8n were running and that caused the issue. Can you also share the full workflow? Does anything show in the n8n console log on the server as well? |
Hey, Thanks for the response. I don't think it is related to the type of my triggers either. I don't think my n8n instance is running in queue mode. If I read it correctly the EXECUTIONS_MODE environment variable should be set, but is not: The only log entry that stands out is the following, but I don't think it is related to this error and cannot check that as it has no datetime: The instance is being run in a docker container that is started only once, and only one instance is running in it: Both workflows are the same, except the trigger nodes: The subworkflow number 1: The subworkflow number 2: The subworkflow number 3: |
@netroy do we have some kind of cache internally that could cause this? |
It seems like the there was some scenario where the disabled mqtt trigger node wasn't properly closed, and it kept listening for new events. I couldn't however reproduce this locally. @oumbguet do you see the following line in your logs:
? Could you provide the logs starting from the time you made the change up to when the duplicate execution happened? Feel free to redact any sensitive data |
Hello, sadly the n8n instance was running in a docker container that does not keep track of the logs. I cannot check if this line can be found in it, sorry |
Hey @oumbguet, Does this mean the issue is no longer occuring? |
Hello, Sorry for the late response. This error has occured again today, each executions is duplicated: The two green ones for example are two runs of two different workflow version started at the same time. The red ones are also grouped by pair of old/new workflow versions. There is too many sensitive datas to write them all out, but the logs do not mention anything other than the errors that my workflows are raising (ApplicationError, Axios Error, ...) |
Bug Description
I'm working on a self-hosted n8n environment. After making some changes to a workflow and running it some times it triggered twice at the same time, but one were executed on the outdated version of the same workflow, while the first one was up to date.
The two executions happening at the same time:
The up to date workflow (with an http trigger replacing the mqtt one):
The outdated workflow (with the now unused mqtt trigger):
The workflows execution before and after this duplication are up to date.
The old workflow is not duplicated and does not show in the workflow list:
To Reproduce
Expected behavior
The workflow should only be executed once, and should not be executed using its older versions.
Operating System
Ubuntu 24.04 LTS
n8n Version
1.57.0
Node.js Version
18.20.3
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: