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 support for InitialCooldownPeriod #1213

Open
Tracked by #1221
shayrybak opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1212
Open
Tracked by #1221

Add support for InitialCooldownPeriod #1213

shayrybak opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1212

Comments

@shayrybak
Copy link

Proposal

Add support for the scaled object generated by the HTTPScaledObject to have it's initialCooldownPeriod defined.

Add the field InitialCooldownPeriod to the httpScaledObject spec.

The generated ScaledObject should have the same value.

Opened a PR to add this functionality.

Use-Case

In our use case we use the HTTP addon to deploy sandbox environments for developers. and we use the http scaler to scaled them to 0 when no requets are happening for some time to reduce costs. however without this option, the users have to first make some requests for the sandbox to be available after the deployment.
with this feature the replicas can be up for some time right after the deployment.

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Triage
Development

Successfully merging a pull request may close this issue.

1 participant