This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 python manage.py migrate
3232 python manage.py migrate --database " timeseries" timeseries
3333 # Start api
34- ${SUB} $prefix gunicorn codecov.wsgi:application --workers=$GUNICORN_WORKERS --threads=${GUNICORN_THREADS:- 1} --bind ${CODECOV_API_BIND:- 0.0.0.0} :${CODECOV_API_PORT:- 8000} --access-logfile ' -' ${statsd} --timeout " ${GUNICORN_TIMEOUT:- 600} " ${POST}
34+ ${SUB} $prefix gunicorn codecov.wsgi:application --workers=$GUNICORN_WORKERS --threads=${GUNICORN_THREADS:- 1} --worker-connections= ${GUNICORN_WORKER_CONNECTIONS :- 1000} -- bind ${CODECOV_API_BIND:- 0.0.0.0} :${CODECOV_API_PORT:- 8000} --access-logfile ' -' ${statsd} --timeout " ${GUNICORN_TIMEOUT:- 600} " ${POST}
3535elif [[ " $1 " = " rti" ]];
3636then
3737 # Start api
Original file line number Diff line number Diff line change 1515 mkdir -p " $PROMETHEUS_MULTIPROC_DIR "
1616fi
1717
18- $prefix gunicorn codecov.wsgi:application --workers=${GUNICORN_WORKERS} --threads=${GUNICORN_THREADS:- 1} --bind 0.0.0.0:8000 --access-logfile ' -' --statsd-host ${STATSD_HOST} :${STATSD_PORT} --timeout " ${GUNICORN_TIMEOUT:- 600} " --disable-redirect-access-to-syslog --max-requests=50000 --max-requests-jitter=300
18+ $prefix gunicorn codecov.wsgi:application --workers=${GUNICORN_WORKERS} --threads=${GUNICORN_THREADS:- 1} --worker-connections= ${GUNICORN_WORKER_CONNECTIONS :- 1000} -- bind 0.0.0.0:8000 --access-logfile ' -' --statsd-host ${STATSD_HOST} :${STATSD_PORT} --timeout " ${GUNICORN_TIMEOUT:- 600} " --disable-redirect-access-to-syslog --max-requests=50000 --max-requests-jitter=300
Original file line number Diff line number Diff line change 1616 mkdir -p " $PROMETHEUS_MULTIPROC_DIR "
1717fi
1818
19- $prefix gunicorn codecov.wsgi:application --reload --workers=${GUNICORN_WORKERS:- 2} --threads=${GUNICORN_THREADS:- 1} --bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " --disable-redirect-access-to-syslog --config=gunicorn.conf.py
19+ $prefix gunicorn codecov.wsgi:application --reload --workers=${GUNICORN_WORKERS:- 2} --threads=${GUNICORN_THREADS:- 1} --worker-connections= ${GUNICORN_WORKER_CONNECTIONS :- 1000} -- bind 0.0.0.0:8000 --access-logfile ' -' --timeout " ${GUNICORN_TIMEOUT:- 600} " --disable-redirect-access-to-syslog --config=gunicorn.conf.py
You can’t perform that action at this time.
0 commit comments