Skip to content

Commit 0f50a11

Browse files
committed
chore(controller): remove unused gevent package
1 parent 1190625 commit 0f50a11

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

controller/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

controller/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sudo -E -u deis celery worker --app=deis --loglevel=INFO --workdir=/app --pidfil
5454
CELERY_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 &
5858
GUNICORN_PID=$!
5959

6060
# smart shutdown on SIGINT and SIGTERM

controller/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ django-guardian==1.1.1
1313
django-json-field==0.5.5
1414
django-yamlfield==0.5
1515
djangorestframework==2.3.12
16-
gevent==1.0
1716
gunicorn==18.0
1817
paramiko==1.12.1
1918
psycopg2==2.5.2

0 commit comments

Comments
 (0)