Hi all,
I have some questions regarding how old versions of app engine services are shutdown when a new version is deployed.
We have standard environment auto scaled instances that we changed to have min-idle-instances = 1 at the start of November.
It seems for the month of November that each time we deployed a new version, the previous version would continue to have one active instance even though it was serving no traffic. Resulting in what can be seen in the attached screenshot.
This seems to stop happening on the 29th of November, even though no settings had been changed.
My questions are:
Is this a bug? It seems weird that it stopped happening by itself.
If not a bug, what is the expected behaviour of old instance when deploying new versions?
If expected behaviour is not for old versions to shut down completely, what is the best way to ensure old versions are shutdown? The docs suggest that -shutdown-previous-version does not work for autoscaled instances..
Thanks for any help.
Martin