ahmetb / cloud-run-faq

Unofficial FAQ and everything you've been wondering about Google Cloud Run.
https://cloud.run
Creative Commons Attribution 4.0 International
2.32k stars 124 forks source link

minInstance doesn't work #152

Closed TonyChiangUSA closed 3 years ago

TonyChiangUSA commented 3 years ago

It's a very simple API App, insert data to BigQuery but you can see the requests latency, 99% of them cost around 4s which is totally unacceptable for our website. I've set minInstance to 1 to avoid cold start and every isntance is 1vcpu and 521M. What can i do to improve the latency?

image

ahmetb commented 3 years ago

please submit feedback through google cloud's public issue tracker.