You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe @msfidelis was talking about this.
Basically, we are scaling to 1 when we are out of the cron active time. Would it be nice if we support the selection of the amount of the replicas in case of active period and in case of inactive period?
I'm sorry for delay. I found the solution for my problem. I need create a pre-warmup for predictive throughput and return to normal capacity after that.
To Keda don't set my tasks to 0 after cron triggers ends, i just set minReplicaCount to my default replica count.
Proposal
Configs in
metadata.end
of cron scheduler type to not set desired replicas to 0, just adjust to deployment default value.defaultReplicas
orminReplicas
to scale after the warm up period ends.Use-Case
Pre-warming deployments at certain times to prepare for access and periods
Anything else?
No response
The text was updated successfully, but these errors were encountered: