Commit e64aa450 by Feanil Patel

Add the xqueue_consumer upstart template.

parent 376d5845
# gunicorn
description "xqueue server"
author "devops <devops@edx.org>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 3 30
env LANG=en_US.UTF-8
chdir /opt/wwc/xqueue
setuid www-data
exec /opt/edx/bin/django-admin.py run_consumer --pythonpath=/opt/wwc/xqueue --settings=xqueue.aws_settings 12
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