-
Notifications
You must be signed in to change notification settings - Fork 112
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 On httpScaledObjects #1212
Conversation
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, thank you! Can you please also re-generate the CRDs?
make manifests
@wozniakjan added, I always forget that part. |
perfect, thank you. One more thing, can you please sign the last commit? |
Should we really do this? We could easily end up in 1-1 relation with ScaledObject's field, I wonder whether we should users encourage to specify this on the SO directly 🤔 |
given this can affect scaling right after |
updated.` Like I said in the issue, the use case is starting up sandbox environments so it's nice to have them up before they automatically scale down based on usage. |
Makes sense, no objections from my side. |
Yes. it's really useful. Yesterday I need to do a workaround to use this. I'm really excited to have this on keda. |
Just out of curiosity, what workaround that was? |
Signed-off-by: Shay Rybak <[email protected]>
Signed-off-by: Shay Rybak <[email protected]>
Signed-off-by: Shay Rybak <[email protected]>
Signed-off-by: Shay Rybak <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
I created the httpScaleObject and patch the scaleObject to add initalCooldownPeriod and then apply the other resources. I'm really happy that this feature it's added |
Add support for initialCooldownPeriod On httpScaledObjects
Checklist
README.md
docs/
directoryFixes #1213