Support for increasing concurrent reconciles?
Closed this issue · 1 comments
walkamongus commented
I'm currently experiencing slowness with the Composable operator working through a large number of queued requests. It looks like https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/controller/controller.go#L38 is not currently exposed at https://github.com/IBM/composable/blob/master/controllers/composable_controller.go#L317.
Would there be any issues with implementing this and raising the concurrency greater than the default of 1?
walkamongus commented
closed via #84