Skip to content

Commit

Permalink
disable autostart/autostop
Browse files Browse the repository at this point in the history
I don't know why, but Fly didn't restart the machine even when requests
were coming in, so that doesn't actually seem like it's going to work
for us.
  • Loading branch information
indirect committed Mar 18, 2024
1 parent f2e6bb6 commit a9986a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ console_command = "/rails/bin/rails console"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
auto_stop_machines = false
auto_start_machines = false
processes = ["app"]

[[vm]]
Expand Down

0 comments on commit a9986a7

Please sign in to comment.