Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/17/2024 02:43 AM
I want to configure an analytic job to run between 12 am to 1 am after ever 10 min is this corn expression right 0 0/10 0-1 * * ?
Solved! Go to Solution.
09/17/2024 11:04 AM
0 */10 0-1 ? * * *
https://www.freeformatter.com/cron-expression-generator-quartz.html
10/06/2024 08:35 AM
HI,
i want the job to run one time of every 40th minute. means lets say current time is 11:30am and i want the job to run at 11:40am and the next run should be 12:40noon. and next run should be 1:40noon and so on..
but based on saviynt OOB time settings ,if i set to every 40 min , the job will run at 11:40am and next run will be 12:10noon, which is 2 times , which i dont want..
is there a way to try this
10/06/2024 09:03 AM
0 40 * * * ? *