Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App halted if pool_size >= 20 #3

Open
saulbensach opened this issue Jan 14, 2020 · 0 comments
Open

App halted if pool_size >= 20 #3

saulbensach opened this issue Jan 14, 2020 · 0 comments

Comments

@saulbensach
Copy link

saulbensach commented Jan 14, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant