Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Increase number of Gunicorn workers #630

Merged
merged 1 commit into from
Aug 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gondor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site: eldarion-clients-uw/td
exec:
web: gunicorn --bind=0.0.0.0 --log-file - td.wsgi
web: gunicorn --workers=4 --bind=0.0.0.0 --log-file - td.wsgi
worker: celery worker --app=td --concurrency=4 --loglevel=WARNING --pool=prefork --no-color
branches:
master: primary
Expand Down