disable auto-stop to prevent cold start latency
All checks were successful
deploy / deploy (push) Successful in 39s

BEAM cold starts on shared-cpu-1x take ~15s, making the site
unusable after idle periods. Keep the single machine running.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-03-02 09:35:03 +00:00
parent bf06ee051a
commit e787f1f663

View File

@ -20,7 +20,7 @@ primary_region = 'lhr'
[http_service] [http_service]
internal_port = 4000 internal_port = 4000
force_https = true force_https = true
auto_stop_machines = 'stop' auto_stop_machines = 'off'
auto_start_machines = true auto_start_machines = true
min_machines_running = 1 min_machines_running = 1