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 queueing of high-frequency updates #4

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

No queueing of high-frequency updates #4

ashleydavies opened this issue Mar 7, 2021 · 0 comments

Comments

@ashleydavies
Copy link
Owner

Pools will send messages as their contributions are updated, even if that is high frequency. Likely we will want to throttle this with an outbound messaging priority queue. This would need to understand that if a message is added to the queue with the same key as an older message, the older message should not be sent, and the new message should have the same priority as the older message. Until then, this is not suitable for high frequency updates (see limitations of MessagingService)

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