-
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
Provide support for explicitly pausing autoscaling of ScaledJobs #3303
Comments
I am interested in contributing to this issue! I will begin to work on this. |
Thank you @keeganwinchester-shipt! |
I'd use |
Fine by me, I thought that was what we agreed on but I'll update the spec |
I agree |
This is being worked on by @flux-benj in #3303 |
Proposal
Provide support for explicitly pausing autoscaling of ScaledJobs so that it no longer spins up new jobs.
This should be done by applying the
autoscaling.keda.sh/paused: true
annotation on the ScaledJobs resource.Use-Case
Avoid scaling when:
Anything else?
Follow-up for #944
The text was updated successfully, but these errors were encountered: