0

I know that the App Engine restarts to apply fixes etc. If there is more than one instance of your App Engine, does it restart those at the same time, so will that allow a more "100%" uptime if there is more than one instance running.

We had been deploying daily as that seemed to allow Google to apply fixes, but in the past few weeks, we have seen many more starts etc.

NIck
  • 1

1 Answers1

2

As was mentioned in another thread, according to the documentation there are 2 main reasons for an unexpected restart:

  • Instances restarted on a weekly basis [1].
  • A health check giving an HTTP code different from 200 [2].