Skip to content

Commit

Permalink
Tweak fly settings
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 2, 2024
1 parent a2710b9 commit 3469b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ console_command = '/rails/bin/rails console'
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
min_machines_running = 1
processes = ['app']

[[http_service.checks]]
grace_period = '5s'
grace_period = '10s'
interval = '30s'
method = 'GET'
timeout = '2s'
path = '/up'

[[vm]]
memory = '512mb'
memory = '256mb'
cpu_kind = 'shared'
cpus = 1

0 comments on commit 3469b94

Please sign in to comment.