Skip to content

Commit

Permalink
Merge pull request #708 from 18F/pink-slips
Browse files Browse the repository at this point in the history
Update to gunicorn/gevent
  • Loading branch information
ccostino authored Jan 22, 2018
2 parents b0f8f83 + 614598e commit 559ec0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: cd tock && python manage.py migrate --settings=tock.settings.production --noinput && python manage.py collectstatic --settings=tock.settings.production --noinput && waitress-serve --port=$PORT tock.wsgi:application
web: cd tock && python manage.py migrate --settings=tock.settings.production --noinput && python manage.py collectstatic --settings=tock.settings.production --noinput && gunicorn -k gevent -w 2 tock.wsgi:application
6 changes: 0 additions & 6 deletions init.sh

This file was deleted.

1 change: 0 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
NEW_RELIC_CONFIG_FILE: /home/vcap/app/newrelic.ini
NEW_RELIC_ENV: production
NEW_RELIC_LOG: stdout
WEB_CONCURRENCY: 4
memory: 512M
services:
- tockdb
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Django==1.10.8
dj-database-url==0.4.2
psycopg2==2.7.3.2
model-mommy==1.3.0
waitress==1.0.0
gevent==1.2.2
gunicorn==19.7.1
whitenoise==3.2.1
djangorestframework==3.4.6
djangorestframework-csv==1.4.1
Expand Down

0 comments on commit 559ec0c

Please sign in to comment.