Hello,
I have two simple queues, one for day, other for night, called, DAY and NIGHT (wow that’s brilliant!)
Then I have 2 scripts, also called DAY:
/queue simple enable DAY
/queue simple disable NIGHT
and NIGHT:
/queue simple enable NIGHT
/queu simple disable DAY
(and so the genius naming convention continues)
Now here’s the question:
I’ve setup a scheduled event to run at 06:00 to run script DAY, interval 1d
and another to run NIGHT at 22:00, interval 1d
But this only worked for the first 3 days, now it just sits there and it seems to never run, although in the scheduler (Winbox) it says next run: Apr/12/2008 06:00:00 but it doesn’t run!
system clock is correct and scheduled event is not disabled. If I run the script manually, it works, so nothing wrong there.
Any tips appreciated
Ekkas