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

Bug: syncAllConversations may overwhelm servers when executed from accounts with many conversations #1558

Open
cameronvoell opened this issue Jan 28, 2025 · 1 comment · Fixed by #1577
Assignees
Labels
bug Something isn't working

Comments

@cameronvoell
Copy link
Contributor

Describe the bug

Regardless of server side constraints, we need to ensure that we are not attempting to sync all conversations concurrently.

Expected behavior

Absent API improvements (batching updates for several groups), we should look into some client side batching to make sure that we are not trying to sync many groups and update installations for many groups concurrently.

Steps to reproduce the bug

No response

@cameronvoell cameronvoell added the bug Something isn't working label Jan 28, 2025
@cameronvoell cameronvoell self-assigned this Jan 28, 2025
@cameronvoell cameronvoell linked a pull request Feb 1, 2025 that will close this issue
@cameronvoell
Copy link
Contributor Author

not sure why github linked this issue to #1577 🤷

@cameronvoell cameronvoell reopened this Feb 1, 2025
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

Successfully merging a pull request may close this issue.

1 participant