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
Fixed delay returned when a task has a start_time in the future. (#208)
When a task has a start_time in the future, the scheduler now returns
a delay that corresponds to the number of seconds from the current date
to the start_time.
This should fix issue #195, at least partially.
0 commit comments