Skip to content

Commit

Permalink
fix: fly.io auto-suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
linobino1 committed Oct 29, 2024
1 parent a6a6f9d commit 5476983
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ kill_timeout = '5s'
[env]
PORT = '8080'

[http_service]
internal_port = 8080
force_https = true
processes = ['app']

[[services]]
protocol = 'tcp'
internal_port = 8080
Expand All @@ -37,11 +32,6 @@ kill_timeout = '5s'
port = 443
handlers = ['tls', 'http']

[services.concurrency]
type = 'requests'
hard_limit = 250
soft_limit = 200

[[vm]]
cpu_kind = 'shared'
cpus = 1
Expand Down

0 comments on commit 5476983

Please sign in to comment.