Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Job scheduling

Subash
New Contributor
New Contributor

I need to configure a job that should run for every 10 minutes, and its start time can be anything in between 0 to 10 minutes.

if I want to start the job at 12:03 and it should run for every 10 minutes, then its next run will be 12:13 .

Saviynt is allowing us to configure it for every 10 minutes and we cannot able to set the start time. 

how to configure like this.

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Try out below

https://crontab-generator.org/


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Subash
New Contributor
New Contributor

Hi,

Thanks for the reference. Created the below cron expression.

But the jobs are not accepting cron expression, I cannot able to create or update a job with cron expression.

5-55/10 * * * *

 

 

0 2,12,22,32,42,52 0 ? * * *

At second :00, at minutes :02, :12, :22, :32, :42 and :52, at 00am, of every day

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Subash
New Contributor
New Contributor

Thanks for the reply !!

The above format showing some issues for me.  

created the below expression which will run the job every 10 minutes starting at the 2 nd minute, but the issue is I am not able to update this expression in the job.

2-52/10 * * * *   OR  2,12,22,32,42,52 * * * * 

 

0 50/53 0 1/1 * ? *


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.