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

Fix/score precision #26

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Fix/score precision #26

merged 2 commits into from
Jul 12, 2024

Conversation

GopherJ
Copy link
Contributor

@GopherJ GopherJ commented Jun 12, 2024

No description provided.

Signed-off-by: GopherJ <[email protected]>
Signed-off-by: GopherJ <[email protected]>
@@ -447,3 +447,40 @@ fn change_queue_size() {
assert_eq!(attributes.maxsize, -1);
})
}

#[test]
fn sent_messages_must_keep_order() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the above changes are reverted this will fail

@GopherJ
Copy link
Contributor Author

GopherJ commented Jun 12, 2024

close: #25

@DavidBM
Copy link
Owner

DavidBM commented Jun 18, 2024

It looks good! The only change I would like to ask for is if you can add a feature that enables/disables the changes, as this kinda changes the Redis representation of the queue id, and I think it might make it incompatible with the js version.

If you do that I will merge and publish

@DavidBM DavidBM merged commit 57139d9 into DavidBM:master Jul 12, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants