File tree 3 files changed +18
-0
lines changed 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ primary_region = "cdg"
22
22
auto_start_machines = true
23
23
min_machines_running = 0
24
24
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
+
25
31
[[vm ]]
26
32
cpu_kind = " shared"
27
33
cpus = 2
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ primary_region = "gru"
22
22
auto_start_machines = true
23
23
min_machines_running = 0
24
24
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
+
25
31
[[vm ]]
26
32
cpu_kind = " shared"
27
33
cpus = 2
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ primary_region = "syd"
22
22
auto_start_machines = true
23
23
min_machines_running = 0
24
24
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
+
25
31
[[vm ]]
26
32
cpu_kind = " shared"
27
33
cpus = 2
You can’t perform that action at this time.
0 commit comments