Browse Source

HOT-FIX: ajuste para Parlasul

pull/3484/head
Edward Ribeiro 3 years ago
parent
commit
bfffef8a7c
  1. 4
      docker/gunicorn_start.sh

4
docker/gunicorn_start.sh

@ -23,9 +23,9 @@ DJANGODIR=/var/interlegis/sapl/ # Django project directory (*
SOCKFILE=/var/interlegis/sapl/run/gunicorn.sock # we will communicate using this unix socket (*)
USER=`whoami` # the user to run as (*)
GROUP=`whoami` # the group to run as (*)
NUM_WORKERS=100 # how many worker processes should Gunicorn spawn (*)
NUM_WORKERS=10 # how many worker processes should Gunicorn spawn (*)
# NUM_WORKERS = 2 * CPUS + 1
TIMEOUT=300
TIMEOUT=60
MAX_REQUESTS=100 # number of requests before restarting worker
DJANGO_SETTINGS_MODULE=sapl.settings # which settings file should Django use (*)
DJANGO_WSGI_MODULE=sapl.wsgi # WSGI module name (*)

Loading…
Cancel
Save