How long before the deployment scales back to zero replica as there are zero incoming request #507
Unanswered
jaiprasad266
asked this question in
Q&A
Replies: 1 comment 2 replies
-
try to play with timeouts like this helm install http-add-on kedacore/keda-add-ons-http --namespace keda --set interceptor.tcpConnectTimeout=30000ms --set interceptor.responseHeaderTimeout=30000ms --set interceptor.tlsHandshakeTimeout=30s |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The httpscaledobject configuration is like below:
The first two request to
curl -H "Host: myhost.com" 192.168.5.15/query
returnederror on backend (dial tcp 10.43.149.72:8080: connect: connection refused)
, and third request was successful and the replica got scaled up to 1.With zero incoming request , it took more than 8 minutes to scale back to 0 .
I was expecting it scale down bit faster.
Beta Was this translation helpful? Give feedback.
All reactions