Asked 1 month ago by NeutronStargazer856
Why Does the Wait Node Block Other Executions in n8n Workflows?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by NeutronStargazer856
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I have a workflow in n8n that may trigger simultaneously for the same entity from different event types.
I added a Wait
node for one event type to prevent interference, but it appears that the Wait
node is blocking the execution for the other event type as well. As a result, both executions proceed to run the same steps concurrently.
I considered two workarounds:
My question is: why does the Wait
node block the other execution? Notably, when I replace it with a Code
node using an async sleep, the execution proceeds as expected while the other process handles its own task.
My current n8n setup is as follows:
BASHcat /etc/os-release
Why is the behavior different when using the Wait
node compared to an async sleep in a Code
node?
Comments 0
•Answers 0
•Views 18
No comments yet.