Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Fix scheduling issues #17

Open
0xLE opened this issue Sep 1, 2024 · 1 comment
Open

Bug: Fix scheduling issues #17

0xLE opened this issue Sep 1, 2024 · 1 comment
Labels
area: backend 🦀 bug 🐛 Something isn't working p2 - medium Medium importance

Comments

@0xLE
Copy link
Collaborator

0xLE commented Sep 1, 2024

A few scheduling-related issues have been found.

  • 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.
@0xLE 0xLE added bug 🐛 Something isn't working p0 - critical Critical area: backend 🦀 labels Sep 1, 2024
@0xLE 0xLE closed this as completed in e6e0943 Sep 1, 2024
@0xLE 0xLE added p2 - medium Medium importance and removed p0 - critical Critical labels Sep 1, 2024
@0xLE
Copy link
Collaborator Author

0xLE commented Sep 1, 2024

Reopening the issue with p2 as the second issue hasn't been resolved yet.

@0xLE 0xLE reopened this Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend 🦀 bug 🐛 Something isn't working p2 - medium Medium importance
Projects
None yet
Development

No branches or pull requests

1 participant