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

Configure workers #301

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Conversation

steverecio
Copy link
Contributor

Added ability to override the default number of gunicorn workers
as well as updated the default to match the gunicorn documentation:

(2 * num_cores) + 1

Source: http://docs.gunicorn.org/en/stable/design.html#how-many-workers

as well as updated the default to match the gunicorn documentation:

(2 * num_cores) + 1

Source: http://docs.gunicorn.org/en/stable/design.html#how-many-workers
@shivapoudel shivapoudel merged commit 80297c4 into voxpupuli:master Apr 26, 2016
shivapoudel pushed a commit that referenced this pull request Apr 28, 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

Successfully merging this pull request may close these issues.

2 participants