Rachit-Gandhi opened a new pull request, #6710: URL: https://github.com/apache/camel-k/pull/6710
<!-- Description --> This PR removes the explicit `MaxConcurrentReconciles: runtime.GOMAXPROCS(0)` override from the `catalog-controller`. With the operator default CPU limit, `GOMAXPROCS` is commonly `2`, so the catalog controller starts with `worker count: 2` while the other controllers use controller-runtime's default of `1`. Removing the override lets `catalog-controller` use the same default worker count as the other controllers. Fixes #6657 ## Test Plan - `go test ./pkg/controller/catalog` - `make lint` _AI-generated by Pi/Codex on behalf of Rachit Gandhi._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
