From 42f8c62d117439f726a08840143e92f261635080 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 28 Jan 2019 10:52:29 -0800 Subject: [PATCH] Temporarily disable health checks --- app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.yaml b/app.yaml index 4e64af0..44c3d0f 100644 --- a/app.yaml +++ b/app.yaml @@ -5,3 +5,6 @@ resources: cpu: 1 memory_gb: 0.5 disk_size_gb: 10 + +health_check: + enable_health_check: False