Our goal is to set a minimum instance count for our firebase cloud function to be able to handle unexpected bursts of traffic. We've followed these instructions to set a minInstance
count of 3. After deploying the update, I can see in the UpdateFunction
log that minInstance
value is set to 3.
However, the Active instances
count in the cloud function dashboard regularly falls below 3 (see image below). Does "active" in this metric only count instances which are being executed and doesn't count idling instances? Or does this actually mean that the minInstance
value is being ignored?