Hi everyone,
I’m running into an issue with scheduled workflows in n8n and I’m hoping someone can help me understand what’s going on.
I’m using a schedule trigger to run workflows automatically. When I set the trigger to run every 5 minutes, everything works fine and the workflow gets picked up immediately. I also tested it with a schedule of every 3 hours, and in that case the workflow runs perfectly and executes neatly every three hours.
However, when I change the schedule to run every 9 hours, the workflow no longer seems to trigger at all. I don’t see any executions happening, even though the workflow is active and nothing else has changed.
Because both 5 minutes and 3 hours work without any issues, it feels like the trigger itself and the workflow are set up correctly, but something goes wrong specifically when using a 9-hour interval.
I’m not sure if this has something to do with how n8n interprets longer intervals (for example fixed times instead of a rolling interval), a timezone-related issue, or something else in the scheduler.
If anyone has experienced something similar or knows where this could be coming from, I’d really appreciate the help. If more information is needed (trigger settings, environment details, logs, etc.), just let me know.
Thanks in advance!
