Schedule Trigger does not work if the time is more than 4 hours

Hi. I noticed a very strange behavior of Schedule Trigger. I have one such trigger with a repeat of 7 hours. And it works well. However, the other triggers work only if it is set to 4 hours - if more, it does not work. There is also a trigger for 2 days - it works. I am confused.

The server is on Hetzner.
The server time and n8n are the same, as is the workflow.
Version 1.100.0. - It was the same on the old ones.

Has anyone encountered this?

I don’t have many suggestions here, but maybe it will help

  1. Check another workflow, is the workflow already saved and activated or not? If it did not activate yet, go activate it.
  2. Change trigger interval with custom cron, and use this expression to fill it in expression field
    0 0 */7 * * *

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.