the workflow triggered by cron node runs 3 times in parallel
What is the error message (if any)?
Please share your workflow

(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.)
**Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
**Operating system: Amazon Linux 2
my wf triggers by cron at right time and runs 3 times in parallel, why would that happen?
at first i thought its the same wf, but the executions IDs are different and time of completion differs.
please note, that the same behavior is observed in different environment where n8n version is n8nio/n8n:1.53.0
Probably something funky with the saved triggers.
When you start n8n what does it show for workflows that are activated? does it show 3 times.
Also can you try disabling the workflow and see if it then runs twice?
another thing i have tried is to change the cron scheduled time to another and save the wf. that WF was triggered at original time (old time) and at updated time… and both were running x3. i restarted deployment and it ran at new time only but still 3 times
The idea I see here is to export the workflow json and import it in a freshly created one. Maybe that specific original workflow was somehow old triggers not deleted in db.