This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ _start_gunicorn() {
2424 pip install debugpy
2525 python -m debugpy --listen 0.0.0.0:12345 -m gunicorn codecov.wsgi:application --reload --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " $suffix
2626 fi
27- gunicorn codecov.wsgi:application --log-level=info -- reload --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " $suffix
27+ gunicorn codecov.wsgi:application --reload --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " $suffix
2828}
2929
3030if [ -z " $1 " ];
Original file line number Diff line number Diff line change 3535elif [[ " $1 " = " rti" ]];
3636then
3737 # Start api
38- ${SUB} $prefix gunicorn codecov.wsgi:application --log-level=info -- workers=$GUNICORN_WORKERS --bind ${CODECOV_API_BIND:- 0.0.0.0} :${CODECOV_API_PORT:- 8000} --access-logfile ' -' ${statsd} --timeout " ${GUNICORN_TIMEOUT:- 600} " ${POST}
38+ ${SUB} $prefix gunicorn codecov.wsgi:application --workers=$GUNICORN_WORKERS --bind ${CODECOV_API_BIND:- 0.0.0.0} :${CODECOV_API_PORT:- 8000} --access-logfile ' -' ${statsd} --timeout " ${GUNICORN_TIMEOUT:- 600} " ${POST}
3939elif [[ " $1 " = " migrate" ]];
4040then
4141 python manage.py migrate
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ export PROMETHEUS_MULTIPROC_DIR="${PROMETHEUS_MULTIPROC_DIR:-$HOME/.prometheus}"
1111rm -r ${PROMETHEUS_MULTIPROC_DIR?} /* 2> /dev/null
1212mkdir -p " $PROMETHEUS_MULTIPROC_DIR "
1313
14- $prefix gunicorn codecov.wsgi:application --log-level=info -- workers=2 --bind 0.0.0.0:8000 --access-logfile ' -' --statsd-host ${STATSD_HOST} :${STATSD_PORT} --timeout " ${GUNICORN_TIMEOUT:- 600} "
14+ $prefix gunicorn codecov.wsgi:application --workers=2 --bind 0.0.0.0:8000 --access-logfile ' -' --statsd-host ${STATSD_HOST} :${STATSD_PORT} --timeout " ${GUNICORN_TIMEOUT:- 600} "
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ export PROMETHEUS_MULTIPROC_DIR="${PROMETHEUS_MULTIPROC_DIR:-$HOME/.prometheus}"
1717rm -r ${PROMETHEUS_MULTIPROC_DIR?} /* 2> /dev/null
1818mkdir -p " $PROMETHEUS_MULTIPROC_DIR "
1919
20- $prefix gunicorn codecov.wsgi:application --log-level=info -- reload --workers=2 --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " $suffix
20+ $prefix gunicorn codecov.wsgi:application --reload --workers=2 --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " $suffix
You can’t perform that action at this time.
0 commit comments