Hello! We rely on the concurrency soft limit parameter to load balance traffic on our applications.
Right now we have 2 instances :
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
df8615e8 app 427 cdg run running 2 total, 2 passing 0 2022-02-21T08:43:15Z
f68e4fed app 427 lhr(B) run running 2 total, 2 passing 0 2022-02-21T08:42:50Z
In our fly.toml we have :
[services.concurrency]
hard_limit = 30000
soft_limit = 100
type = "connections"
But it seems that it doesn’t work anymore :
Have you made some changes recently on this?