Replies: 1 comment
-
I'm new but check your resource utilization. If your instances are working beyond the specs of your instance type you probably need an Elastic Load Balancer in front of an Auto Scaling Group |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to deploy some Wasp (a program made for the IOTA blockchain) deployments onto different AWS EC2 machines. Everything is working when I deploy a network composed by a low number of machines. However when the number of machines is around one hundred (or even less), only SOME of the nodes are unable to connect each other (every node has the same firewall policies, so it can’t be a problem of reachability). Wasp is using go-libp2p to implement connection, and I’m obtaining the following errors:
Since I’m trying to solve this problem for a long time now, I also tried to check what Swarm was logging as debug, and I read the following:
Since this is a problem happening only with an high number of machines deployed I was wondering if this could be a problem of timeouts during dials or maybe there is a limit in the number of connections. What steps I could apply to try solving this important issue for me?
Beta Was this translation helpful? Give feedback.
All reactions