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

Enforce Gunicorn settings #1145

Merged

Conversation

theoden-dd
Copy link
Contributor

Must fix #1143.
Explanation: https://stackoverflow.com/a/23591495/10976040 .
Also removes .idea rubbish from "Unstages changes".

Must fix wemake-services#1143.
Explanation: https://stackoverflow.com/a/23591495/10976040 .
Also removes .idea rubbish from "Unstages changes".
# Sync worker settings:
# https://github.com/wemake-services/wemake-django-template/issues/1022
--workers=4 \
--workers=4 `# Sync worker settings` \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity: do we need backticks here, or is it a style thing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sobolevn
Copy link
Member

Thanks a lot for the fix!

@sobolevn sobolevn merged commit 1b957ac into wemake-services:master Apr 23, 2020
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.

Gunicorn settings do not apply
2 participants