Live data from Hacker News

Cloud Run adds min instances feature for latency-sensitive apps

cloud.google.com

1–10 of 65 posts

Re: Cloud Run adds min instances feature for latency-sensitive apps

#3

Just curious but not enough to read the documentation, is there a max setting or can I easily bankrupt my competitors with Apache bench running on a raspberry pi?

There's both a max number of containers setting and a max concurrency limit per container setting.

FWIW, I do wish Google added some way to more explicitly prevent abuse with the containers. I had to take down my Cloud Run containers because people found ways to automate access to my services without rate limits, and Google's solution to that was to use a proxy which sorta defeats the point of using Cloud Run.

Re: Cloud Run adds min instances feature for latency-sensitive apps

#9
AppEngine has had scale-to-zero for 15 years, but instead of having a coherent product strategy, why not just launch a different competing product every year which is missing features that already exist? AppEngine vs Cloud Functions vs Cloud Run, the reasons these all exist at the same time is not because it makes any sense for customers, but because Google PMs get promoted for launching new things rather than supporting existing products.

Re: Cloud Run adds min instances feature for latency-sensitive apps

#10
post #4

So if there's something always running .... isn't the same as having on always on server (with auto scaling of some sort)?

When a container is kept warm via " min-instances" but is not receiving requests ("idle"), its CPU costs 10x less than when it's actively processing requests, see pricing: https://cloud.google.com/run/pricing
Post reply on HN