Skip to content
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

Add Trigger to stop scaling #4823

Closed
matan-legit opened this issue Jul 26, 2023 · 3 comments · Fixed by #4821
Closed

Add Trigger to stop scaling #4823

matan-legit opened this issue Jul 26, 2023 · 3 comments · Fixed by #4821

Comments

@matan-legit
Copy link

Proposal

i want to have a way to provide a trigger that above it's threshold, lets say database cpu utillization scaling will stop

Use-Case

let's say my pods handle messages from kafka topics, the pods scale up but the DB is a bottleneck, i don't want to scale more pods if the DB cpu util is over 90% even if the queue length is above the threshold

Is this a feature you are interested in implementing yourself?

Maybe

Anything else?

No response

@matan-legit matan-legit added feature-request All issues for new features that have not been committed to needs-discussion labels Jul 26, 2023
@JorTurFer
Copy link
Member

I think that this incoming PR will help: #4821

@matan-legit
Copy link
Author

this looks like it may solve my issue :) thanks @JorTurFer

@tomkerkhove
Copy link
Member

I think that this incoming PR will help: #4821

It helps but does not solve it imo

I think #3949 comes close to it

@tomkerkhove tomkerkhove removed needs-discussion feature-request All issues for new features that have not been committed to labels Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants