You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the repo. That makes my life a lot easier.
For websocket we have to use http/1 so we're using poolboy to maintain a connection pool. Looks like the unused connections are closed and the process needs to be terminated (garbage collected) after a while. I guess I need to use :normal, :shutdown or {:shutdown, term()} when terminating the GenServer, in order to not get these exceptions raised by the Supervisor. Currently I'm using :closed.
Using
k8s 2.4.0
we've been seeing a lot of errors around mint and HTTPAdapter.To reproduce on a cluster that has things happening:
I've created a stand-alone repro here:
https://github.com/elliottneilclark/pod_logs
try with:
mix run -e "PodLogs.run(\"default\", \"mypodmakinglogs\")"
That should produce the following errors:
The text was updated successfully, but these errors were encountered: