inaka / worker_pool

Erlang worker pool
https://hex.pm/packages/worker_pool
Apache License 2.0
276 stars 80 forks source link

pool becomes unresponsive #81

Closed JoshRagem closed 8 years ago

JoshRagem commented 8 years ago

wpool 2.0.1

a simple hash worker cast:

wpool:cast(PoolName, {data, Metrics, UserId}, {hash_worker, UserId})

is failing silently. the workers are not busy because we can still send messages directly to them, but the pool is just doing nothing.

elbrujohalcon commented 8 years ago

@JoshRagem out of pure curiosity: what happened?

JoshRagem commented 8 years ago

I don't know, but I realized that I'm not matching against the return value, so I can't say it is failing silently.