Dont scale down

This commit is contained in:
2024-10-20 23:08:22 -06:00
parent a615512ed7
commit e18d1c9aeb

View File

@ -9,12 +9,12 @@ primary_region = 'ord'
[build] [build]
[http_service] [http_service]
internal_port = 8080 internal_port = 8080
force_https = true force_https = true
auto_stop_machines = 'stop' auto_stop_machines = 'suspend'
auto_start_machines = true auto_start_machines = true
min_machines_running = 0 min_machines_running = 1
processes = ['app'] processes = ['app']
[[vm]] [[vm]]
size = 'shared-cpu-1x' size = 'shared-cpu-1x'