mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
changed app.yaml
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
runtime: python
|
||||
runtime_config:
|
||||
python_version: 3
|
||||
entrypoint: gunicorn -t 240 --log-level debug --debug -b :$PORT main:app
|
||||
threadsafe: true
|
||||
env: flex
|
||||
runtime: python37
|
||||
entrypoint: gunicorn --timeout=300 --graceful-timeout=300 --log-level debug --debug -b :$PORT main:app
|
||||
instance_class: F1
|
||||
|
||||
manual_scaling:
|
||||
instances: 4
|
||||
|
||||
resources:
|
||||
cpu: 1
|
||||
memory_gb: 2.0
|
||||
disk_size_gb: 10
|
||||
|
||||
handlers:
|
||||
# This configures Google App Engine to serve the files in the app's static
|
||||
|
||||
Reference in New Issue
Block a user