cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cronjob is not calculating next activation time

Former Member
0 Likes
910

Cronjob suddenly stops to calculate the next activation time from 1st jan 2019. Below is the trigger information.

 INSERT_UPDATE Trigger;cronjob(code)[unique=true];second;minute;hour;day;month;year;relative;active;maxAcceptableDelay
 ;Order Digest Email;0;0;0;-1;-1;-1;true;true;-1;

Please find attached screenshot for more information.

Accepted Solutions (0)

Answers (2)

Answers (2)

VinayKumarS
Active Contributor
0 Likes

Create a trigger and use below expression. Below expression is used to trigger the cron job daily @ 1am.

0 0 01 * * ?
0 Likes

I have also same issue. The cronjob is not calculating the next activation time.