Skip to content

Commit 0237e06

Browse files
committed
set min_machines_running = 1
1 parent 7294bc2 commit 0237e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kill_signal = 'SIGTERM'
2121
force_https = true
2222
auto_stop_machines = 'stop'
2323
auto_start_machines = true
24-
min_machines_running = 0
24+
min_machines_running = 1
2525
processes = ['app']
2626

2727
[http_service.concurrency]

0 commit comments

Comments
 (0)