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

No batching or sensible delivery scheme for mass-updates to new servers #2

Open
ashleydavies opened this issue Mar 7, 2021 · 0 comments

Comments

@ashleydavies
Copy link
Owner

When a new server joins the pool, all of the existing information in the pool needs to be synced to it. In theory, this information could be batched or transmitted intelligently in a way that minimises the number of messages sent. In practice, data-pooler currently just sends messages at a rate of 2Hz per server. You may find this overwhelms your rate limits if you use multiple pools or use MessagingService for other uses.

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

No branches or pull requests

1 participant