We've been on cloud run for the last six months. We run our monolith (Spring boot) as a Docker service. Cloud build for CI/CD. And Firestore as a not great but free database. We even increased the instance size (1GB, 2vcpus) to deal with memory issues & spring boot and it had no impact on our cost (we are still below the threshold). It's an awesome deal for basically 0$ bills every month (we pay for a few other thing…
> We run our monolith (Spring boot) as a Docker service Does Cloud Run's free tier 'sleep' containers when they don't get regular traffic? Several years back Heroku nerfed their free tier -- they would proactively place low traffic apps into 'sleep' mode so the next request would have a noticeable several second long delay. I ask because our SpringBoot monolith takes 30s to startup, and has bursty traffic, so I was o…
I actually only set the minimum instances to 1 a few days ago as we at this point are preparing to onboard some customers.