-
Notifications
You must be signed in to change notification settings - Fork 440
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
Added initialDelayCooldownPeriod parameter to KEDA ScaledObject Doc #1337
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Looking good! 😄
Could you undo unrelated changes? 🙏 (spaces, new lines, etc)
This commit introduces the initialDelayCooldownPeriod parameter for KEDA's ScaledObject resource. This parameter sets a delay before the cooldownPeriod activates after the initial creation of the ScaledObject. By default, this delay is 0 seconds. If configured, e.g., to 120 seconds, the cooldown period only begins after the ScaledObject has been active for the specified duration. This feature allows for more controlled scaling behavior during the initial deployment phase. Signed-off-by: wangxingrui <[email protected]>
i have already done @JorTurFer |
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!
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.
Looking good, just please rename to initialCooldownPeriod
@zroubalik done |
This commit introduces the parameter for KEDA's ScaledObject resource. This parameter sets a delay before the activates after the initial creation of the ScaledObject. By default, this delay is 0 seconds. If configured, e.g., to 120 seconds, the cooldown period only begins after the ScaledObject has been active for the specified duration. This feature allows for more controlled scaling behavior during the initial deployment phase.
Provide a description of what has been changed
Checklist
Fixes kedacore/keda#5008
Relates to kedacore/keda#5478