Skip to content

Commit

Permalink
Merge pull request #64 from lyft/merge_apache_ee24539
Browse files Browse the repository at this point in the history
Merge apache ee24539
  • Loading branch information
DiggidyDave authored Sep 3, 2019
2 parents 7e3cf36 + 34e1d25 commit 70f368d
Show file tree
Hide file tree
Showing 24 changed files with 214 additions and 521 deletions.
2 changes: 1 addition & 1 deletion contrib/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ elif [ "$SUPERSET_ENV" = "development" ]; then
FLASK_ENV=development FLASK_APP=superset:app flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
elif [ "$SUPERSET_ENV" = "production" ]; then
celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair &
gunicorn --bind 0.0.0.0:8088 \
exec gunicorn --bind 0.0.0.0:8088 \
--workers $((2 * $(getconf _NPROCESSORS_ONLN) + 1)) \
--timeout 60 \
--limit-request-line 0 \
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def get_git_sha():
"presto": ["pyhive[presto]>=0.4.0"],
"druid": ["pydruid==0.5.2", "requests==2.22.0"],
},
python_requires="~=3.6",
author="Apache Software Foundation",
author_email="[email protected]",
url="https://superset.apache.org/",
Expand Down
Loading

0 comments on commit 70f368d

Please sign in to comment.