Hi, I need to create a certain amount of consul services from terraform, but I get a lot of read: connection reset by peer
errors, even during the plan.
I checked on the consul agent and indeed he seems to drop tcp session at a certain point.
Is there a rate limit on this endpoint ? I didn’t found it in the docs.
Hi @Gnoale,
I saw you also opened a GitHub issue about this (hashicorp/consul#8724), and commented that raising http_max_conns_per_client
resolved your issue.
I linked and shared the resolution here so that others in the community can benefit from your findings.
1 Like