Instance re-starting is normal in the present case, and your application 
should take this into consideration. Hardware and software failures that 
cause early termination or frequent restarts can occur without prior 
warning and can take considerable time to resolve; thus, you should 
construct your application in a way that tolerates these failures. You may 
find related detail on the "How Instances are Managed" documentation page 
<https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed#instance_uptime>.
  
Some good strategies for avoiding downtime are listed on that page. You may 
also consider changing your app.yaml with line basic_scaling: instances: 2, 
or more than 1. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3dbf2e3e-9706-464b-8dac-8a356a2600a7%40googlegroups.com.

Reply via email to