Even though I set minReplicaCount > 1, does KEDA still poll according to the pollingInterval? #6699
Unanswered
oguzhancelikarslan
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though I set minReplicaCount > 1, does KEDA still poll according to the pollingInterval?
Let's say I don't want zero scaling, so I set the minReplicaCount value to 1. In this case, does KEDA still continue sending requests to the scalers according to the pollingInterval?
If so, doesn't that mean unnecessary requests?
HPA already takes over and handles the polling itself when there is at least one pod running.
If zero scaling is not going to be used, is there any reason for KEDA to send additional requests on top of that?
Beta Was this translation helpful? Give feedback.
All reactions