Nate

Results 3 comments of Nate

We get the same error, it looks like processes aren't killed by timeout and pool is exhausted: `iex(30)> :hackney_pool.get_stats :default [name: :default, max: 50, in_use_count: 50, free_count: 0, queue_count: 0]`...

@overture8 no, its not. the issue is with hackney (https://github.com/benoitc/hackney/issues/643). I would recommend catching `: checkout_timeout ` and restart the pool.

We are using 24.0.1, I've double checked right now. Even though we provided `--enable-usdt` its not enabled and built without it, it seems.. ``` Options used to compile and link:...