Add mule to uwsgi config

We will be using uwsgi mule config to move some nailgun tasks to
background and we need to change the config for uwsgi to spawn needed
workers

Change-Id: I92e0ae73e455582d8895bec6caec422c3ed6f92f
blueprint: 200-nodes-support
This commit is contained in:
Przemyslaw Kaminski 2015-03-04 19:22:29 +01:00
parent a636c680e3
commit f3f90045f0

View File

@ -14,3 +14,6 @@ uwsgi:
listen: <%= @somaxconn %>
pidfile: /tmp/nailgun.pid
logto: /var/log/nailgun/app.log
mule: 1
lazy: true
shared-pyimport: <%= @venv %>/lib/python2.6/site-packages/nailgun/utils/mule.py