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

Implement producer / consumer work queue #106

Open
nicolasbock opened this issue Oct 17, 2023 · 0 comments
Open

Implement producer / consumer work queue #106

nicolasbock opened this issue Oct 17, 2023 · 0 comments

Comments

@nicolasbock
Copy link
Collaborator

Currently Athena is using a publisher / subscriber model in which all subscribers receive all messages from the publisher. This model does not allow to scale out the processor since all processors would work on all jobs. We need to move to a queue system to allow for multiple processor (or multiple monitor) tasks.

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