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
Remove drift from job scheduling, by basing the next run time off the
last *scheduled* run time, instead of `datetime.datetime.now()`.
Additionally, `idle_seconds` is enforced to be non-negative, since it is
now possible for `next_run` to be just before `now()`.
0 commit comments