Start CKAN using gevent for concurrency

This commit is contained in:
Petar Efnushev 2017-04-04 09:05:13 +02:00
parent 12f574bc18
commit 4cdecebe6e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
python prerun.py
if [ $? -eq 0 ]
then
gunicorn --log-file=- --paste production.ini
gunicorn --log-file=- -k gevent -w 4 --paste production.ini
else
echo "[prerun] failed...not starting CKAN."
fi