Skip to content

Commit 914c714

Browse files
author
Alexander Mancevice
authored
Merge pull request #197 from ibotheperfect/main
Fixed statsd and gevent issues
2 parents b596c94 + b041f6e commit 914c714

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
5151
GUNICORN_LIMIT_REQUEST_LINE=4094 \
5252
GUNICORN_THREADS=4 \
5353
GUNICORN_TIMEOUT=120 \
54-
GUNICORN_STATSD_HOST=localhost:8125 \
5554
GUNICORN_WORKERS=10 \
5655
GUNICORN_WORKER_CLASS=gevent \
5756
LANG=C.UTF-8 \
@@ -60,7 +59,7 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
6059
SUPERSET_REPO=apache/incubator-superset \
6160
SUPERSET_VERSION=${SUPERSET_VERSION} \
6261
SUPERSET_HOME=/var/lib/superset
63-
ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --statsd-host ${GUNICORN_STATSD_HOST} --threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
62+
ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
6463

6564
# Create superset user & install dependencies
6665
WORKDIR /tmp/superset

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flask-cors==3.0.3
55
flask-mail==0.9.1
66
flask-oauth==0.12
77
flask_oauthlib==0.9.5
8-
gevent==1.4.0
8+
gevent==20.9.0
99
impyla==0.14.0
1010
infi.clickhouse-orm==1.0.2
1111
mysqlclient==1.4.2

0 commit comments

Comments
 (0)