Add more workers to Gunicorn, some better startup options.

This commit is contained in:
2013-04-21 10:06:46 +01:00
parent fcab9ac164
commit ef31fcf6ca

View File

@@ -1 +1 @@
web: cd app; python manage.py run_gunicorn -k gevent web: cd app; python manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 4 -k gevent max-requests=500 preload