I am using Java - Spring - Quartz Scheduler. I want to run job by 3 AM in the morning and following is my cron expression.
0 0 3 * * ?
Can somebody tell me is it the correct one? Will it execute twice in 24 hour 3 PM and 3 AM?
I am using Java - Spring - Quartz Scheduler. I want to run job by 3 AM in the morning and following is my cron expression.
0 0 3 * * ?
Can somebody tell me is it the correct one? Will it execute twice in 24 hour 3 PM and 3 AM?