disable auto-stop to prevent cold start latency
All checks were successful
deploy / deploy (push) Successful in 39s
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:
parent
bf06ee051a
commit
e787f1f663
2
fly.toml
2
fly.toml
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user