I observed this strange behavior for 2 weeks. (15 June 2019) Normally, when I deploy my java-web app on Google App Engine Flexible , it will restart the instance with new app version.
But right now, after mvn appengine:deploy finish its process. The new deployed web app version is not active automatically. I need to find the way to stop the instance and start the instance manually. Normally, App Engine will manage this automatically when I saw this log
[INFO] GCLOUD: Updating service [my-service] (this may take several minutes)...
I've used the latest update of gcloud sdk. So don't know where the bug is coming from. I didn't change anything from my side. This is what I observed.
Please suggest thanks, :)
Didn't change any configuration, Just update the business logic of my code and re-deploy with mvn appengine:deploy. But after the deployment successful, it's not automatically active the newly deployed version.