Hi, I'm using Quartz Scheduling, more specifically a cron trigger set to wake up at 10PM every day of the week.
Another group I interface with are asking how many times during the day will the scheduler wake up to check if it needs to run jobs. The 10PM job is the only one configured. I assume that it will only wake up at that time.
I looked at the documentation but didn't see anything. If someone knows where its mentionned in the docs I would love to know.
Thanks.