Michael St Clair

Results 13 comments of Michael St Clair

I am getting this same error using this strategy. I have tried both :ip and :dns modes `** System NOT running to use fully qualified hostnames ** ** Hostname 10.32.9.22...

I am seeing the same thing on a self hosted runner on macos. But the initial checkout is fast Cache restore ``` Received 0 of 56392883 (0.0%), 0.0 MBs/sec 9...

@fishcakez to help clarify the growing number of processes. We have an autoscaling instance group, most we ever have is 4 instances connecting to mysql. We have noticed that sometimes...

This error has been happening very frequently for us, 186 times in the last 24 hours. This is the stack trace we get: ![](https://d.pr/i/2WIOyE+)

I am having the same issue, anything I try to go to gives me the can't find error. Elixir version 1.5.1

Another use case for that this would help solve for my team is where we are running into the network limitations of outbound connections to the same ip, we are...

It looks like the connection on the channel is getting closed but there is nothing to reinitialize it. ``` def connect(project, opts \\ []) do scheme = Keyword.get(opts, :scheme, :https)...

Looks like I reverted the changes with the recent update trying to get in sync, if you are open to it I can get the changes setup again

For some reason we started seeing this error today on 23.1.2 and 1.11.2. The experimental flag fixed it for us.

This will at least allow you to use the emulator by configuring it in dev.exs, you could use this to pull from the env var. ``` config :google_api_pub_sub, base_url: System.get_env("PUBSUB_EMULATOR_HOST",...