zhongwencool/redix-cluster

App halted if pool_size >= 20

saulbensach opened this issue · 0 comments

When creating a pool with more than 19 workers the library halts there an does nothing, I found that modifying the attribute @max_retry to more than 20 allows me to create more workers
The line in question is unless restart_counter < @max_retry do what is the intended behaviour of this line?