Cap machines at 1

This commit is contained in:
Michael Pilosov 2026-04-06 16:13:09 -06:00
parent ffcf9781d5
commit feadaf1b3e

View File

@ -14,6 +14,7 @@ primary_region = 'iad'
auto_stop_machines = 'stop' auto_stop_machines = 'stop'
auto_start_machines = true auto_start_machines = true
min_machines_running = 0 min_machines_running = 0
max_machines_running = 1
processes = ['app'] processes = ['app']
[[vm]] [[vm]]