Skip to content

Commit

Permalink
Change auto_stop_machines to suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 19, 2024
1 parent 924e39c commit 897ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console_command = '/rails/bin/rails console'
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'stop'
auto_stop_machines = 'suspend'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
Expand Down

0 comments on commit 897ab37

Please sign in to comment.