eg/hytry: add performance settings
This commit is contained in:
parent
4976f0db0f
commit
c02a1c6b4a
@ -3,6 +3,11 @@ version: 1
|
|||||||
runtime: python27
|
runtime: python27
|
||||||
api_version: 1
|
api_version: 1
|
||||||
threadsafe: yes
|
threadsafe: yes
|
||||||
|
automatic_scaling:
|
||||||
|
min_idle_instances: 1
|
||||||
|
|
||||||
|
inbound_services:
|
||||||
|
- warmup
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- url: /favicon\.ico
|
- url: /favicon\.ico
|
||||||
@ -17,6 +22,3 @@ handlers:
|
|||||||
|
|
||||||
- url: .*
|
- url: .*
|
||||||
script: main.__hymain__.app
|
script: main.__hymain__.app
|
||||||
|
|
||||||
inbound_services:
|
|
||||||
- warmup
|
|
Loading…
x
Reference in New Issue
Block a user