-
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
Cron Scaler to Scale the deployments as per a particular cron schedule. #812
Comments
By scaler source, I understand something like kafka topic, rabbitmq etc. Please correct me if I am wrong. |
@ckuduvalli yeah scaler source, is the source of the events, as you mentioned eg. kafka topic..) There's community call this Thursday https://keda.sh/community/, you can join and we can discuss it. |
@zroubalik I have a question regarding my scaler. I implemented a cron scaler. What I am observing is that keda passes the metric to scale up to some value x, but HPA is scaling to some value less than x due to CPU utilization taking over. Is there a way I can have my scaler override the HPA? As per the documentation, I see that HPA should scale the replicas to max of the 2 metrics |
Sure.. I will join the call on Thursday |
This is interesting and at the same time it doesn't need hpa to determine how many to scale to. Similar to |
This happened due to my misunderstanding of the metric. Will discuss over the call today. |
Good idea for a scaler if you ask me! |
…edacore#812) Signed-off-by: Jorge Turrado <[email protected]>
A clear and concise description of what scaler you'd like to use and how you'd want to use it:
Cron scaler is being developed in order to scale the deployments based on a particular time schedule. Whenever the currentTimestamp is inbetween a start and endTime, we say the scaler is active and inactive in all other times.
The text was updated successfully, but these errors were encountered: