-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.yaml
32 lines (32 loc) · 953 Bytes
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
runtime: python39
env: standard
instance_class: F4_1G
inbound_services:
- warmup
entrypoint: gunicorn main:app -w 8 -k uvicorn.workers.UvicornWorker
handlers:
- url: /favicon.ico
static_files: onebarangay_psql/templates/favicon.ico
require_matching_file: false
upload: onebarangay_psql/templates/favicon.ico
- url: /robots.txt
static_files: onebarangay_psql/templates/robots.txt
require_matching_file: false
upload: onebarangay_psql/templates/robots.txt
- url: /humans.txt
static_files: onebarangay_psql/templates/humans.txt
require_matching_file: false
upload: onebarangay_psql/templates/humans.txt
- url: .*
script: auto
automatic_scaling:
min_idle_instances: automatic
max_idle_instances: automatic
min_pending_latency: 0.900s
max_pending_latency: automatic
max_concurrent_requests: 80
target_throughput_utilization: 0.95
target_cpu_utilization: 0.95
max_instances: 2
network: {}