A
A
Angelina_Jo2014-08-05 16:09:25
Task Schedulers
Angelina_Jo, 2014-08-05 16:09:25

What is the correct period for cron?

You want the job to run every day at 0 minutes of every hour, starting at 8:00 and ending at 20:00.
Will it work like this?
0 8-20 * * *
Or just like that?
0 8,9,10,11,12,13,14,15,16,17,18,19,20 * * *
Or better how? :)
? ? ? ? ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin, 2014-08-05
@Angelina_Jo

0 8-20 * * *

did you try to check it? everything should be ok

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question