Creating new schedule with cron expression ?
Hi,
I try to make new schedule every month for the time intervals from 10th to 15th and 25th to 30th.
Schedules --> Create schedule --> Could someone show me how I can utilize cron expression?
Or are there any other tips to do that. I know what cron expression syntax mean, I just need some example how to do that.
Can anyone help?
Tagged:
0
Answers
-
@Eekki have you taken a look at this? https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/monitor-data-and-troubleshoot/schedule-jobs/
0 -
"At 08:00:00am on the 10th, 15th, 25th and 30th day, every month"
0 0 8 10,15,25,30 * ? *
second minute hour dayOfMonth month dayOfWeek year
There are many Cron generators/checkers such as this one: https://www.freeformatter.com/cron-expression-generator-quartz.html
0