Skip to content

Commit

Permalink
Minimum of three machines running
Browse files Browse the repository at this point in the history
Maybe this will reduce the issues with requests taking so long. My assumption is
that rolling restarts are causing this when they only leave one machine running
when there's a total of only two.
  • Loading branch information
ujh committed Dec 27, 2024
1 parent 8f81e67 commit c84de6c
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 @@ -40,7 +40,7 @@ processes = ["web"]
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 2
min_machines_running = 3
[http_service.concurrency]
type = "requests"
soft_limit = 2
Expand Down

0 comments on commit c84de6c

Please sign in to comment.