I used this trigger to run job every 1 hour from 12 AM- 8 AM. But this is not triggering at all. Is this expression correct?
0 0/60 12,8 * * ?
I used this trigger to run job every 1 hour from 12 AM- 8 AM. But this is not triggering at all. Is this expression correct?
0 0/60 12,8 * * ?
You can this site to build and check expressions based on "Quartz Cron" format.
The correct expression is this:
0 0 0-8 * * ?