From c02a1c6b4ab00e678696b92a0caadd09f88aa1cf Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Sat, 2 Nov 2013 00:49:33 -0700 Subject: [PATCH] eg/hytry: add performance settings --- eg/tryhy/app.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eg/tryhy/app.yaml b/eg/tryhy/app.yaml index 50cdf5c..ce371bf 100644 --- a/eg/tryhy/app.yaml +++ b/eg/tryhy/app.yaml @@ -3,6 +3,11 @@ version: 1 runtime: python27 api_version: 1 threadsafe: yes +automatic_scaling: + min_idle_instances: 1 + +inbound_services: +- warmup handlers: - url: /favicon\.ico @@ -17,6 +22,3 @@ handlers: - url: .* script: main.__hymain__.app - -inbound_services: -- warmup \ No newline at end of file