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
When the scheduler process is started long before the start time, it doesn't seem to tick.
Sometimes, the ticking slightly drifts. This is most likely due to the fact that Tokio's interval and Instant does not rely on the system clock, but rather "a point in time". This behavior can be observed when a machine is suspended and unsuspended.
The text was updated successfully, but these errors were encountered:
A few scheduling-related issues have been found.
Instant
does not rely on the system clock, but rather "a point in time". This behavior can be observed when a machine is suspended and unsuspended.The text was updated successfully, but these errors were encountered: