Poolboy issues

https://github.com/kanishkablack/poolboy_example

i am facing issues with poolboy, i upload the code here

supervisor is not allotting the re-joined worker pool, cause the error
i believe its a minor configuration error, that i over looked

can someone point out where i made mistake

2 Likes

:worker-pool runs out of workers… After they have finished their job you are inserting into a different pool. Can’t test though if thats really the cause though, since I am on my mobile right now.

1 Like