sphere

Results 21 comments of sphere

I have the same requirement. My current approach is to record the lastExecTime in the database, and after restarting, use schedule.Next(lastExecTime) to calculate the next accurate execution time. Then, I...