Skip to content

Commit

Permalink
Use redis 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
negbie committed Jun 20, 2019
1 parent 6d7ad8d commit 5c64341
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -108,6 +108,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
# Firefox dependencies:
libgtk-3-0 \
libdbus-glib-1-2 \
libxt6 \
bzip2 \
&& DL='https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64' \
&& curl -sL "$DL" | tar -xj -C /opt \
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Expand Up @@ -42,9 +42,7 @@ else
initialize_superset

celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair &
celery worker --app=superset.tasks.celery_app:app --pool=prefork -Ofair -c 4 &
celery beat --app=superset.tasks.celery_app:app &
geckodriver --host 0.0.0.0 --port 8080 &

gunicorn --bind 0.0.0.0:8088 \
--workers $((2 * $(getconf _NPROCESSORS_ONLN) + 1)) \
Expand Down
2 changes: 1 addition & 1 deletion requirements-extras.txt
@@ -1,6 +1,6 @@
gevent==1.4.0
psycopg2-binary==2.8.2
redis==3.2.1
redis==2.10.6
PyHive==0.6.1
mysqlclient==1.4.2
PyAthena==1.6.1

0 comments on commit 5c64341

Please sign in to comment.