I only have this schedule node set up for every 4 hours, but when I review the executions, the trigger is executed twice at the same time, with a few seconds’ difference between each other. Any advice to solve this issue?
PD: The issue is duplicating the cost of executions with other providers.
Hey, @Jesus_Delgado
I’ve seen similar and only thing that helped me, was copyig workflow to another new and it seemed to fix it, hopefully it fixes too for you.
Samuel
Thanks you Samuel. I’ll try it! Let you know if it’s solve it! Regards.
@Jesus_Delgado
How it go? Hoping all good now.
Samuel
@King_Samuel_David I had to rethink the workflow. The issue was that the scheduled trigger was set to run every 4 hours, and I also specified the hours (8 am, noon, 4 pm, and 8 pm), so that way duplicated the triggers. To solve it, I had to create a custom schedule with the syntax: *4 and add the specified hours to the trigger, and with that, I could solve the issue.