diff --git a/appengine_templates/app.yaml.tpl b/appengine_templates/app.yaml.tpl index d8ad9a3..bc3bb8f 100644 --- a/appengine_templates/app.yaml.tpl +++ b/appengine_templates/app.yaml.tpl @@ -12,9 +12,10 @@ env_variables: SESSION_SECRET: _SESSION_SECRET ROLES: _ROLES -basic_scaling: - idle_timeout: 60s - max_instances: 10 +automatic_scaling: + min_instances: _MIN_INSTANCES + max_instances: _MAX_INSTANCES + target_cpu_utilization: _TARGET_CPU_UTILIZATION handlers: - url: /users\.csv