keikoproj/active-monitor

Active-Monitor should process custom resources in parallel

RaviHari opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Active-Monitor should process custom resources in parallel.

Describe the solution you'd like
Kubebuilder supports MaxParallel option to run multiple go routines. We should pass this maxparallel option into the reconciler to process multiple CR's.

Have you thought about contributing yourself?
Yes.. I will add this feature.