logoalt Hacker News

rvnxlast Wednesday at 10:06 AM3 repliesview on HN

Even regular Cloud Run can take a lot of time to boot (~3 to 30 seconds), so this can be a problem when scaling to 0


Replies

gizzlonlast Wednesday at 11:20 AM

That's not my experience, using Go. Never measured, but it goes to 0 all the time, so I would definitely noticed more than a couple of seconds.

show 2 replies
mdhblast Wednesday at 11:02 AM

I’m looking at logs for a service I run on cloud run right now which scales to zero. Boot times are approximate 200ms for a Dart backend.

lexandstufflast Wednesday at 10:13 AM

Not to mention, if it's an ML workload, you'll also have to factor in downloading the weights and loading them into memory, which can double that time or more.

show 1 reply