You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am scheduling jobs using the interval/periodic schedule setting the start time at the next even minute with an interval of 60 seconds.
But Ive noticed the scheduled jobs start time eventually drifts by a few seconds. So a job that originally started at 2021-07-02 02:02:00 then next job is 2021-07-02 02:03:01 so by the time it gets to the next hour its off by 30-40 seconds.
I have the rq-schedule service running at an interval of 1 second.
The text was updated successfully, but these errors were encountered:
I am scheduling jobs using the interval/periodic schedule setting the start time at the next even minute with an interval of 60 seconds.
But Ive noticed the scheduled jobs start time eventually drifts by a few seconds. So a job that originally started at
2021-07-02 02:02:00
then next job is2021-07-02 02:03:01
so by the time it gets to the next hour its off by 30-40 seconds.I have the rq-schedule service running at an interval of 1 second.
The text was updated successfully, but these errors were encountered: