Jordan Potter
Jordan Potter
Similar interpretation of the problem: http://blog.burkeware.com/2014/04/freezing-and-thawing-droplets-in-a-digitalocean/
Just took a look at https://github.com/afex/hystrix-go/pull/79 (which I see has been merged). Doesn't appear that the `context` is canceled when the circuit times out 🤔
Hey @ypopovych , sorry for the late reply. This looks like an excellent fix! Would you like to open the PR, or shall I?
Hey @gingerlime, thanks for submitting this issue! Sorry for the late reply -- things have been a bit hectic lately. On chance are there firewall rules on the remote host...
Hrmm, very curious. I'll do a bit of experimentation over the weekend and get back to you.
Hey @gingerlime, could you try adding the `LOCAL_SUBNET` environment variable when running the Wireguard container? In my test setup, I have two machines on a `10.0.0.0/8` network. Let's say machine...
Oh, I misunderstood the problem! Sorry for the confusion. The Wireguard container has a [killswitch](https://github.com/jordanpotter/docker-wireguard/blob/2.1.3/entrypoint.sh#L29-L32) that requires all traffic to be (1) over Wireguard, (2) to the local network, or...
Hey @5arer , to clarify, could you provide more details on your setup? Is the objective to (1) expose a port to your local subnet, (2) to the internet, or...
Any update on this? Looks like the PR still hasn't been merged 😢