Commit 5c9db53d by Will Daly

Add more gunicorn workers

parent cb8db2dd
description "Workbench"
start on vagrant-mounted
stop on runlevel [016]
exec /home/vagrant/.virtualenvs/edx-ora2/bin/python /home/vagrant/edx-ora2/manage.py run_gunicorn --log-level=DEBUG --workers=4 -b 127.0.0.1:8000 --settings settings.vagrant
exec /home/vagrant/.virtualenvs/edx-ora2/bin/python /home/vagrant/edx-ora2/manage.py run_gunicorn --log-level=DEBUG --workers=10 -b 127.0.0.1:8000 --settings settings.vagrant
respawn
respawn limit 15 5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment