doux
February 8, 2024, 7:14pm
1
Could not find a good candidate within 90 attempts at load balancing. last error: unreachable worker host. the host may be unhealthy. this is a Fly issue.
lubien
February 8, 2024, 7:28pm
2
Boa tarde!
This might be a concurrency issue, can you take a look at this response?
Hey @Feodor
Looks like you app has reached the configured concurrency limit.You should be able to see this message in the logs:
Instance <machine> reached hard limit of 25 concurrent connections. This usually indicates your app is not closing connections properly or is not closing them fast enough for the traffic levels it is handling. Scaling resources, number of instances or increasing your hard limit might help.
If you app can support more than 25 concurrent connections, you can set the co…
system
Closed
February 15, 2024, 7:28pm
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.