-
Notifications
You must be signed in to change notification settings - Fork 31
Cannot implement healthcheck as described in docs #113
Comments
Hi Mike, I'm sorry that you're having this problem. Looking at the code, it's really unfortunate the way Second, I need to mention that the |
Thanks for the detailed response. Hadn't considered the As far as the deprecation....I'm aware, but I'm in a tricky spot (like many
And of course, since I jumped on the Managed VM / Flex VM bandwagon, I've also added enough features that make it difficult to migrate back to stock GAE:
I assumed "deprecated" just meant an undetermined end date, though poking around now I see it has a date of October 27th, 2017. Ugh, let's hope Google staffs the above "alpha" projects and open bug requests appropriately, so I have time to rewrite my code to use them (or work around them). :) |
The docs say:
However, this code and this handler appear to override the
/_ah/health
handler after the app is configured, such that the app cannot override the health handler in any way that I can see...Is there some way I should be implementing my own health handler?
The only thing I can think of is to implement my own
Dockerfile
ENTRYPOINT
that uses my own app, that tries to importvmruntime.wsgi.meta_app
and override it after the fact...are there any other options?(Note: I checked this awhile ago and noticed this behavior...finally getting around to writing up a bug report. Haven't checked it specifically on the latest code, but the issue looks to be the same.)
The text was updated successfully, but these errors were encountered: