uselagoon / remote-controller

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

only patch build with logs if queue down #173

Closed shreddedbacon closed 2 years ago

shreddedbacon commented 2 years ago

build logs sometimes exceed the storage limit of crds, this results in incomplete builds.

instead we should only patch the build if the queue is down, and proceed ignoring errors if the size is too big (acceptable loss for keeping the lagoon API status)