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

Reduce number of queues #138

Open
shreddedbacon opened this issue Jun 3, 2022 · 1 comment · May be fixed by #140
Open

Reduce number of queues #138

shreddedbacon opened this issue Jun 3, 2022 · 1 comment · May be fixed by #140
Assignees
Labels
enhancement New feature or request

Comments

@shreddedbacon
Copy link
Member

To help with #130 we should stop using 4 queues for messages, there isn't really any benefits to this beyond separating messages out.

Initially we should move support for 3 of the queues into the first queue handler, so that all 4 queues can still receive messages.

But eventually 3 of them will be removed. But we will need to follow up in Lagoon to change how messages are sent to remote to only use 1 queue.

@shreddedbacon shreddedbacon self-assigned this Jun 3, 2022
@shreddedbacon shreddedbacon added the enhancement New feature or request label Jun 3, 2022
@shreddedbacon shreddedbacon linked a pull request Jun 12, 2022 that will close this issue
3 tasks
@Schnitzel
Copy link
Contributor

not sure but this might be related? #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants