Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Cron Expression

BT
Regular Contributor
Regular Contributor

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 * * ?

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

0 */10 0-1 ? * * *

rushikeshvartak_0-1726596240876.png

https://www.freeformatter.com/cron-expression-generator-quartz.html

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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 

 

musthak_ahamad_0-1728228891437.png

 

0 40 * * * ? * 

rushikeshvartak_0-1728230573344.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.