composable-operator/composable

Support for increasing concurrent reconciles?

Closed this issue · 1 comments

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?

closed via #84