We have recently noticed that Pulumi is not properly setting the autoscale properties for our Cloud Run services. In Production, we wanted a min scale of 1, but recently had an outage and found it turned one of our services into a min scale of 0.
glamorous-jelly-86558
03/11/2025, 10:46 PM
Have there been any changes to this part of the Pulumi stack recently?
glamorous-jelly-86558
03/12/2025, 8:52 PM
FWIW, we were able to fix this by setting the CloudRun service to specify a minimum container count in addition to the revision having a minimum container count.