cloud-run-faq icon indicating copy to clipboard operation
cloud-run-faq copied to clipboard

Why CloudRun instance count could jump very high, especially during redeployment?

Open liufuyang opened this issue 2 years ago • 0 comments

Basically a copy of question here, I guess this might also be a good place to ask?

When using CloudRun, why my instance count jumps very high during redeployment? It could go up x10 to x20 times.

My CloudRun application has very low CPU utilization and the traffic is extremely low as well. I would expect during a redeployment the instance count should just go up to 2 (one is new, one is old, still running for a while before all traffic goes to the new one)

Also, is there a way to control a "rollingUpdate" behavior during deployment? For example, would that stable window help in any way?

image image image

liufuyang avatar Nov 05 '22 14:11 liufuyang