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

queue IDs may overflow after too many re-queue operations #81

Open
warriordog opened this issue Sep 20, 2024 · 0 comments
Open

queue IDs may overflow after too many re-queue operations #81

warriordog opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working ver:Minor Requires a minor version bump

Comments

@warriordog
Copy link
Owner

Queue IDs are stored as a signed 32 bit integer, which testing has found to be insufficient. A real-world production instance has already reached up to 2^27 bit IDs, so we should convert to an unsigned long before the limit is reached.

@warriordog warriordog added bug Something isn't working ver:Minor Requires a minor version bump labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ver:Minor Requires a minor version bump
Projects
None yet
Development

No branches or pull requests

1 participant