You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: