Schedule Trigger problem

Hi all
I treid the Schedule Trigger . I could use it with every 30 sec. but for a dayli task I coudnt manage to run it. my WF time zone is GMT +00:00 and I used both days and cron custom intervals and it doesnt work! and there is no execution.

If in 13:00 I set a cronjob for everyday at 14:00 is it work from the first day or I need to wait until the next day 14:00 ?

Information on your n8n setup

  • **n8n version:1.36.4
  • **Database (default: SQLite):mysql
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:macOs m1

It should work from the 1st day provided you get the time zone difference right. That is if the workflow is set to use London time, then 13:00 you said you set the time in would imply London time too to kick off an hour later.

1 Like

Thank you.

I got the problem!
I choosed GMT 00:00 London in the WF setting.accully it’s London time, and it is +1 in this time of the year. And I coud not run it in a short period of time.
Now its working

1 Like

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