I have simple workflow, and there is a wait node, If I specify interval time less than half minute then its getting executed but if I go for above numbers like 2min or 5mins then on that time it is still waiting and not getting executed.
What is the error message (if any)?
There is no error just prints workflow is waiting something like this.
Hi @Kelash, n8n did unfortunately have a time zone problem in versions pre-1.25.0. This has now been fixed, so I’d suggest you ugprade as soon as possible to the most recent version:
The reason that very short intervals work regardless of the above bug is that they are not persisted to the database. Instead, n8n simply keeps running that execution until the wait time has expired. Wait times longer than 65 seconds will however lead to your execution being halted and written to the database, which is when this bug occurs.