I created a simple workflow that syncs 2 calendars and then sends a slack message, nothing fancy. Suddenly every execution results in the nodes triggering 3 times, so 3 duplicate events on the 2nd calendar and 3 slack messages “all the same”. According to the execution log, 1 execution and appears to be triggering correctly. Thoughts?
Hello @Keith_Harrison,
I’ve few questions:
-
your n8n is in cloud or self-hosted?
in some deployments by saving or updating a workflow, n8n can record the same trigger multiple times -
the workflow is brand new?
I’m asking you cause there are known cases where, after changes to the workflow, old versions can remain active, generating simultaneous multiple executions -
do you have any queue mode active?
Thanks for the reply @Gallo_AIA
- Cloud
- Had the workflow a few days, was working fine at the beginning
- No
Hello @Keith_Harrison,
Bit strange, could you try to recreate the workflow?
Do you made some changes in the past few days?