File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ RUN pip install celery==3.1.8 \
2020 django-json-field==0.5.5 \
2121 django-yamlfield==0.5 \
2222 djangorestframework==2.3.12 \
23- gevent==1.0 \
2423 gunicorn==18.0 \
2524 paramiko==1.12.1 \
2625 psycopg2==2.5.2 \
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ sudo -E -u deis celery worker --app=deis --loglevel=INFO --workdir=/app --pidfil
5454CELERY_PID=$!
5555
5656# spawn a gunicorn server in the foreground
57- sudo -E -u deis ./manage.py run_gunicorn -b 0.0.0.0 -w 8 -t 600 -n deis --log-level debug --pid=/tmp/gunicorn.pid --preload & # -k gevent
57+ sudo -E -u deis ./manage.py run_gunicorn -b 0.0.0.0 -w 8 -t 600 -n deis --log-level debug --pid=/tmp/gunicorn.pid --preload &
5858GUNICORN_PID=$!
5959
6060# smart shutdown on SIGINT and SIGTERM
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ django-guardian==1.1.1
1313django-json-field == 0.5.5
1414django-yamlfield == 0.5
1515djangorestframework == 2.3.12
16- gevent == 1.0
1716gunicorn == 18.0
1817paramiko == 1.12.1
1918psycopg2 == 2.5.2
You can’t perform that action at this time.
0 commit comments