From 995594917912b4daa7577194b230267710068fec Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 28 Jan 2019 10:52:29 -0800 Subject: [PATCH] Add liveness health check --- app.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app.yaml b/app.yaml index 4e64af0..da31099 100644 --- a/app.yaml +++ b/app.yaml @@ -5,3 +5,10 @@ resources: cpu: 1 memory_gb: 0.5 disk_size_gb: 10 + +liveness_check: + path: "/" + check_interval_sec: 30 + timeout_sec: 4 + failure_threshold: 2 + success_threshold: 2