Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: 0.14
-
Labels:None
Description
Currently the next scheduled job is scheduled to run, say 1.day.from_now - based upon when the job finished rather than when it started.
This means that the jobs slowly shift into the future.
Need take the 1.day.from_now at the time the job starts to perform.