Interceptor doesn't scale in my setup #513
Unanswered
christidis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have no issues with my scaled-to-zero deployments with keda-Http which seems to work as expected, but the interceptor deployment itself doesn't scale as expected when I am stress testing my backends. It is constantly stuck to 1 pod.
I also tried setting the
pendingRequestsInterceptor
from 200 to 50 with no luck.Here's how I installed the tools for
0.3.0
.this is the created scaledobject
Any idea where to look at?
Also, scaler itself (and keda operator) restarts often, especially when stressing the system.
For now I have increased the minimum number of interceptor replicas that should be running from 1 to 10 which helps a bit but I would like to have interceptor autoscaled as it should.
Beta Was this translation helpful? Give feedback.
All reactions