Skip to content

Commit

Permalink
Merge pull request #4 from daniellaera/feature/adjust-toml-files
Browse files Browse the repository at this point in the history
graceful cncrrency
  • Loading branch information
daniellaera authored Jan 7, 2025
2 parents aeb1b15 + b656f87 commit da005d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
26 changes: 0 additions & 26 deletions backend/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,6 @@ primary_region = 'cdg'
min_machines_running = 0
processes = ['app']

[[services]]
http_checks = []
internal_port = 80
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"

[[services.ports]]
force_https = true
handlers = ["http"]
port = 80

[[services.ports]]
handlers = ["tls", "http"]
port = 443

[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

[[vm]]
size = 'shared-cpu-1x'
memory = '512mb'
Expand Down
26 changes: 0 additions & 26 deletions frontend/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,6 @@ primary_region = 'cdg'
min_machines_running = 0
processes = ['app']

[[services]]
http_checks = []
internal_port = 80
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"

[[services.ports]]
force_https = true
handlers = ["http"]
port = 80

[[services.ports]]
handlers = ["tls", "http"]
port = 443

[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

[[vm]]
size = 'shared-cpu-1x'
memory = '512mb'
Expand Down

0 comments on commit da005d8

Please sign in to comment.