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

Add proper batching to queue requests to prevent timeouts and other buggy behavior #2114

Open
mitchdowney opened this issue Dec 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mitchdowney
Copy link
Member

This has been reported by @agates and others. I did not implement batching properly, resulting in situations where the app will iterate through the full Queue when just adding a single item to it or reordering the queue. As a result the queue gets noticeably buggy when you have just 10+ items in it.

@mitchdowney mitchdowney added the bug Something isn't working label Dec 19, 2023
@mitchdowney mitchdowney self-assigned this Dec 19, 2023
@mitchdowney
Copy link
Member Author

Going to save this feature/fix for v5.

@mitchdowney mitchdowney removed their assignment Apr 5, 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
Projects
None yet
Development

No branches or pull requests

1 participant