Skip to content

Commit 1d65e36

Browse files
authored
ci: increase connection hard limit for fly.io wsproxies (#12319)
1 parent 392fece commit 1d65e36

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.github/fly-wsproxies/paris-coder.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ primary_region = "cdg"
2222
auto_start_machines = true
2323
min_machines_running = 0
2424

25+
# Ref: https://fly.io/docs/reference/configuration/#http_service-concurrency
26+
[http_service.concurrency]
27+
type = "requests"
28+
soft_limit = 50
29+
hard_limit = 100
30+
2531
[[vm]]
2632
cpu_kind = "shared"
2733
cpus = 2

.github/fly-wsproxies/sao-paulo-coder.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ primary_region = "gru"
2222
auto_start_machines = true
2323
min_machines_running = 0
2424

25+
# Ref: https://fly.io/docs/reference/configuration/#http_service-concurrency
26+
[http_service.concurrency]
27+
type = "requests"
28+
soft_limit = 50
29+
hard_limit = 100
30+
2531
[[vm]]
2632
cpu_kind = "shared"
2733
cpus = 2

.github/fly-wsproxies/sydney-coder.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ primary_region = "syd"
2222
auto_start_machines = true
2323
min_machines_running = 0
2424

25+
# Ref: https://fly.io/docs/reference/configuration/#http_service-concurrency
26+
[http_service.concurrency]
27+
type = "requests"
28+
soft_limit = 50
29+
hard_limit = 100
30+
2531
[[vm]]
2632
cpu_kind = "shared"
2733
cpus = 2

0 commit comments

Comments
 (0)