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

Seting worker pool size to 0 results in 3 workers running #48

Open
edwardotis opened this issue Oct 27, 2016 · 0 comments
Open

Seting worker pool size to 0 results in 3 workers running #48

edwardotis opened this issue Oct 27, 2016 · 0 comments

Comments

@edwardotis
Copy link

Current config requires at least one worker to run. However, in a split environment between web and worker apps, the web app should have no worker pool. It should only be enqueuing jobs for the worker app to consume.

This config throws an exception if you set the pool size to < 0. If you it to 0, it uses the default value of 3 instead of 0.

@edwardotis edwardotis changed the title Need ability to set worker pool size to 0 Seting worker pool size to 0 results in 3 workers running Oct 27, 2016
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