keep one machine always running on Fly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
75b9ff3156
commit
c7555a4bd0
2
fly.toml
2
fly.toml
@ -22,7 +22,7 @@ primary_region = 'lhr'
|
|||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
|
|
||||||
[http_service.concurrency]
|
[http_service.concurrency]
|
||||||
type = 'connections'
|
type = 'connections'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user