Gateway Scheduled script

I want to run a script at every 10 minutes from 1am to 7am and 3pm to 8 pm.
Is this the correct way ?

Looks about right.
Note that you can use */10 for "every 10 minutes", and t1-t2 for a range between t1 and t2.
Though it seems that unlike crontabs, it doesn't accept lists of ranges...

1 Like

ok Thanks
Just making sure as I'm new with this
The thing i provided will work as i intended to work it?

I'm not sure about one thing:
Will it stop at 7pm, or 7:50 ?

I THINK it should stop at 7:50, but some testing might be in order, if you can't find that info in the docs.

Yes I will stop at 7:50