Script runner escalation service

Dmitri Barski July 15, 2014

i all,

I am trying to make a service run at 9am every day - is there any way other than manually starting at 9 and setting interval to 1440 minutes?

Many thanks in advance

Best regards

Dmitri

2 answers

0 votes
Thanos Batagiannis _Adaptavist_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2015

Hi DImitri,

You can also add a CRON expression (http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger)

In you case it should be:  0 0 9 1/1 * ? *

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 15, 2014

Suggest an answer

Log in or Sign up to answer