I want to create crone that will run every hour at XX:45 from some to some hour.
0 0/45 6-13 ? * MON-FRI
Such configuration give me execution at XX:00 and XX:45
What should I change?
Hi @Anna Arczynska , thanks for your post. I would just use a site like this - https://freeformatter.com/cron-expression-generator-quartz.html .
Have you already tried this?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Arczynska I second @Valerie Knapp 's response. I was just going to attach the same thing. That page is a miracle when trying to work through a Cron issue.
So I'd get something more like:
But I'll let you work through it to meet your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.