简体   繁体   中英

Specify Google App Engine health check endpoint

How do I specify a health check endpoint in my GAE health_check entry in app.yaml? I see options for various thresholds but I have no indication of how to set a custom endpoint or even if my options are being respected.

The app engine documentation states that /_ah/health is used for health checks but I would like to provide my own health checks.

You can still write your own custom health-checking code. It just needs to reply to /_ah/health request with HTTP 200.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM