I am using poolboy to manage a pool of search workers. 
Each search worker is a genserver and has a hackney connection in it's 
state. For some reason, we're getting a leak where hackney is keeping 
connections open. The search processes only have the one connection in the 
state, but can have quite a few connections in it's process library. 

Here are main parts of the Search module.
https://gist.github.com/ericgoodwin/0d7dcd9d0f43c75337dc43a5df0423b2

Any ideas why we'd be getting a leak with connections staying open in the 
process library?
Thanks!





-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-talk/7436695e-b28b-4ba2-9a9d-efaa47d3dde6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to