Start CKAN using gevent for concurrency
This commit is contained in:
parent
12f574bc18
commit
4cdecebe6e
|
@ -2,7 +2,7 @@
|
||||||
python prerun.py
|
python prerun.py
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
gunicorn --log-file=- --paste production.ini
|
gunicorn --log-file=- -k gevent -w 4 --paste production.ini
|
||||||
else
|
else
|
||||||
echo "[prerun] failed...not starting CKAN."
|
echo "[prerun] failed...not starting CKAN."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue