mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
manual scaling
This commit is contained in:
@@ -2,16 +2,15 @@ runtime: python
|
||||
runtime_config:
|
||||
python_version: 3
|
||||
|
||||
instance_class: F4_1G
|
||||
instance_class: B8
|
||||
entrypoint: gunicorn -t 120 --log-level debug -b :$PORT main:app
|
||||
env: flex
|
||||
threadsafe: yes
|
||||
threadsafe: true
|
||||
|
||||
automatic_scaling:
|
||||
max_concurrent_requests: 1
|
||||
manual_scaling:
|
||||
instances: 4
|
||||
|
||||
resources:
|
||||
cpu: 2
|
||||
cpu: 1
|
||||
memory_gb: 2.0
|
||||
disk_size_gb: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user