questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

chore(ci): fix haproxy configuration for docker v23+ #46

Closed sklarsa closed 3 months ago

sklarsa commented 3 months ago

I hit this issue when running unit tests locally.

This PR adds a global maxconn and bumps haproxy from 2.6.0 -> 2.6.4 to prevent the issue.