Skip to content

Commit

Permalink
Upgrades machines/downgrades autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Oct 29, 2024
1 parent 07fd927 commit 5aef956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .fly/applications/api/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ primary_region = 'ams'
auto_stop_machines = 'suspend'
auto_start_machines = true
min_machines_running = 1
max_machines_running = 4
max_machines_running = 2
processes = ['app']

[[http_service.checks]]
Expand All @@ -25,4 +25,4 @@ primary_region = 'ams'
path = "/healthz"

[[vm]]
size = 'shared-cpu-1x'
size = 'shared-cpu-2x'

0 comments on commit 5aef956

Please sign in to comment.