Scheduler node on queue mode trigger in incorrect time

Describe the problem/error/question

I have a workflow which trigger by Scheduler node every 10 minutes. the workflow is configured to work in JST timezone while the instance located in US.

most of the time the execution is correct, but in some case as you can see in the image, the scheduler trigger with a delay of few minutes which impact all the future executions. as you can see in the image, the trigger should occur in 11:03 but actually triggered in 11:07

What is the error message (if any)?

Incorrect trigger time by Scheduler node

Share the output returned by the last node

Information on your n8n setup

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

Did you by any chance deactivate and reactive the workflow between 10:53 and 11:07? or perhaps restarted the main container during that time?

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