diff --git a/docker/init_scripts/init b/docker/init_scripts/init index 2efa012d0..046205248 100755 --- a/docker/init_scripts/init +++ b/docker/init_scripts/init @@ -83,12 +83,6 @@ start_bin_gunicorn() { # commands to start our main application and store its PID to check for crashes info_log "Starting backend" - # TODO: Remove support for GUNICORN_WORKERS in future version. - if [[ -n ${GUNICORN_WORKERS-} ]]; then - warn_log "GUNICORN_WORKERS variable is deprecated, use WEB_CONCURRENCY instead" - : "${WEB_CONCURRENCY:=${GUNICORN_WORKERS}}" - fi - gunicorn \ --bind=0.0.0.0:5000 \ --bind=unix:/tmp/gunicorn.sock \