I'm running a Google App Engine production server, using basic_scaling
as the scale type. Whenever I update the code and deploy it - using
gcloud app deploy - the old version of the code is shutdown. According
to the documentation, that's expected: T...