Closed gerolndnr closed 3 years ago
That's a good question.
You're not charged during the duration while the infrastructure is getting warmed up.
But you are charged while your container is started (and not yet listening on the port number). So if your app is slow to start the HTTP server, you're actually charged for that period.
This is actually clear in the docs (https://cloud.google.com/run/pricing):
Thanks for the fast answer, Ahmet!
I was wondering if GCP charges for the time the container is cold starting.