-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting MaxConcurrentReconciles
for reconcilers
#2272
Conversation
/run-e2e |
2 similar comments
/run-e2e |
/run-e2e |
MaxConcurrentReconciles
for controllers
A question is what is the correct default value? ATM it is on 1. But I think we should increase it at least for ScaledObjectReconciler, what is the right value? 5? 10? @ahmelsayed @arschles @JorTurFer WDYT? I'll open docs update PR based on the default value decision |
MaxConcurrentReconciles
for controllersMaxConcurrentReconciles
for reconcilers
Maybe we could I increase to 5 and check the performance during next release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I don't have any strong opinions on a particular number. 5 sounds good to me. |
@arschles I've created a function for ENV parsing. PTAL |
c2a5570
to
316dfa6
Compare
/run-e2e |
/run-e2e |
/run-e2e |
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
d427c57
to
670fd78
Compare
Signed-off-by: Zbynek Roubalik [email protected]
This should allow setting MaxConcurrentReconciles for controllers.
Checklist