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

Commit

Permalink
Merge pull request #630 from eldarion/tune-gunicorn
Browse files Browse the repository at this point in the history
Increase number of Gunicorn workers
  • Loading branch information
vleong2332 committed Aug 11, 2016
2 parents 0436ceb + e8e39f3 commit ffa89e3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ffa89e3

Please sign in to comment.