Closed rdesantis closed 5 years ago
Running it around 12:35 AM it mostly runs the schedule correctly, only occasionally failing. When run around 5:50 PM, it mostly failed.
Note that omitting FROM NOW has almost the same effect as including it, but when omitted the schedule has not been observed to fail. Only when including it has it been observed to fail.
The following schedule does not run the enclosed tasks most of the time. Occasionally it will run them. When it does, it never runs immediately:
ON SCHEDULE 'TODAY EVERY 5 SECONDS FROM NOW UNTIL 20 SECONDS FROM NOW'
To make It run immediately, you must use this syntax, but it still usually doesn't continue the schedule. It will run one and done.
ON SCHEDULE 'TODAY NOW, TODAY EVERY 5 SECONDS FROM NOW UNTIL 20 SECONDS FROM NOW'