-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: deterministic task assignment #296
Conversation
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
For each station id, calculate the list of tasks assigned to this station by our deterministic task assignment algorithm. Reject measurements for other tasks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work!
Co-authored-by: Julian Gruber <[email protected]>
Signed-off-by: Miroslav Bajtoš <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like unit tests are failing |
I'll take a look. I also need to manually resolve the merge conflict with #298. |
Signed-off-by: Miroslav Bajtoš <[email protected]>
Yeah, the integration test was failing because of a logical conflict with #298. |
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
See #309 |
For each station id, calculate the list of tasks assigned to this station by our deterministic task assignment algorithm. Reject measurements for other tasks.
The pull request may be easier to review commit-by-commit.
Links: