Skip to content

Commit

Permalink
Retry auto_stop_machines = "suspend"
Browse files Browse the repository at this point in the history
"suspend" is way faster than "stop".
  • Loading branch information
osyoyu committed Dec 14, 2024
1 parent 4944195 commit 1c707c2
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 @@ -13,7 +13,7 @@ console_command = 'bundle exec 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 1c707c2

Please sign in to comment.