Hello -
Can someone help me with a cron job that I want to run once per week, every Sunday at Midnight? 0 0 1 * 0 doesn't appear to be working. Automation for JIRA is asking for a 1-12 for the month.
Thanks,.
Scott
Hello @Scott McDonald
You can use below cron for every Sunday midnight
0 0 0 ? * SUN *
Next execution date/times will be as below (assuming today is Nov 16 Saturday)
You can use cron generator sites (e.g.: https://www.freeformatter.com/cron-expression-generator-quartz.html) to generate and test such cron expressions.
Best
Thanks for posting the request Scott and Thank You Tuncay for posting this cron expression generator. Awesome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad it's useful.
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.