uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

Reduce number of queues #138

Open shreddedbacon opened 2 years ago

shreddedbacon commented 2 years ago

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.

Schnitzel commented 2 years ago

not sure but this might be related? https://github.com/uselagoon/remote-controller/issues/145