0

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 * * ?

1 Answers1

2

You can this site to build and check expressions based on "Quartz Cron" format.

The correct expression is this:

0 0 0-8 * * ?
zerologiko
  • 1,993
  • 1
  • 18
  • 21