Is it possible to scale when threshold drops below a value? #5247
Unanswered
jesumyip
asked this question in
Q&A / Need Help
Replies: 2 comments 1 reply
-
https://keda.sh/docs/2.12/concepts/scaling-deployments/#scaling-modifiers-experimental It looks like the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Follow-up question. Is there a way I can get the current number of replicas to be used in calculations? Example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation where a particular task is run on a schedule (once every 2seconds). This tells me if the process running the task is still alive. I export this to Newrelic
If the process is overwhelmed, that task may only run at the next 15second window instead of 2 second.
I want keda to autoscale my pods if the NRQL query returns a value of less than 30 for a
SELECT count
. Most of the examples I have seen is for keda to trigger autoscaling when the value is MORE than 30.Beta Was this translation helpful? Give feedback.
All reactions