Skip to content

Commit 6edb883

Browse files
Don't auto-suspend machines
1 parent 0b8fb7d commit 6edb883

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
@@ -19,7 +19,7 @@ console_command = '/rails/bin/rails console'
1919
[http_service]
2020
internal_port = 3000
2121
force_https = true
22-
auto_stop_machines = 'suspend'
22+
auto_stop_machines = 'off'
2323
auto_start_machines = true
2424
min_machines_running = 0
2525
processes = ['app']

0 commit comments

Comments
 (0)