I was reading about the weekly restarts in the Managed VMs service 
<https://cloud.google.com/appengine/docs/managed-vms/sdk#restarts> and I'm 
just curious how the restarts are handled.


For example, if the managed vm is handling an active request and the 
machine gets restarted will the request get lost in the ether? I would 
expect there to be some sort of guard to protect against this scenario 
(e.g. connection draining or maybe a hook to notify the app of a pending 
shutdown) but I can't seem to find anything in the docs.


Of course my app should be resilient to restarts but it would be better to 
avoid problems if possible.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f3d17923-5ff3-4041-819c-606bfabf84c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to