Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Notification of followers does not scale efficiently #80

Closed
tabeckers opened this issue Apr 29, 2020 · 1 comment
Closed

Notification of followers does not scale efficiently #80

tabeckers opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@tabeckers
Copy link
Contributor

At the moment our notification service sends a single notification through Azure Notification Hub to all of the followers. This can be parallelized, and might even be moved to another background worker. Right now the user "I'm-starting-or-stopping-streaming-right-now" requests await these notifications as well.

@tabeckers tabeckers added the invalid This doesn't seem right label Apr 29, 2020
@tabeckers tabeckers self-assigned this Apr 29, 2020
@tabeckers
Copy link
Contributor Author

Same as #61

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant