Schedule trigger issues

Why isn’t my schedule Trigger running at the expected time?

Describe the problem/error/question

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.)

Share the output returned by the last node

Information on your n8n setup

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

@Samuel_Agbola two usual suspects here. first, the workflow has to be toggled Active for the Schedule Trigger to actually fire on its schedule, running it manually or just having it open doesnt follow the schedule. second is timezone, the trigger fires in your instances timezone, not your local one, so something set for 9am can land at a different hour than you expect. is the workflow active, and whats your instance timezone versus the time you were expecting it to run?

Check the workflow timezone and your server timezone settings. A mismatch between the two is a common cause.

Hi @Samuel_Agbola
I suggest utilising a custom interval or cron if you have encountered this type of issue with standard schedule trigger settings: