uselagoon / uselagoon/remote-controller
Reduce number of queues
Open
@shreddedbacon is already working on this.
Since Jun 3, 2022.
enhancement
- Dominant language
- Go
- Stars
- 5
- Forks
- 2
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 5
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.