During restarting, my service and site are down. The restart does not seem 
to be triggered by any action.

After google search, someone fixed this by disabling health check or add a 
servlet to"/_ah/health".

I tried both:

1. put

health_check:
  enable_health_check: False

in app.yaml

2. Add a servlet to return 200 for "/_ah/health"

It doesn't work. Has anyone know the root cause?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b63436cd-84e8-49b1-be89-ea314c5649f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to