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: catch more information about the items inserted with the same sort #156

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

martinhonovais
Copy link
Contributor

Description

There are some scenarios where more than one item is being inserted into the database with the same sort. When polling tries to get queues and queue items to try to process them an exception is thrown and no information about the corrupted queue and queue item is shown.

Fixes

How Has This Been Tested?

We place a unit test to guarantee that the correct information is shown.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@martinhonovais martinhonovais merged commit 4dbf40c into main Feb 21, 2025
2 checks passed
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.

3 participants