uselagoon / remote-controller

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

feat: create a single queue for the controller to use #140

Open shreddedbacon opened 2 years ago

shreddedbacon commented 2 years ago

Checklist

To try and standardise the messaging to the controller, implement 1 single queue that uses a new type LagoonEvent that has

The single queue is enabled by default, and will still start the existing 4 queues for the time being. This allows the controller to be rolled out over time supporting the new single queue option, and then a Lagoon-core update will be released that changes to the single queue option by default.

A clean up script to remove the old queues will be provided with the lagoon-core release when it happens.

Closing issues

closes #138