Gurucool_Test / gunicorn.conf.py
ashwinR's picture
Upload 245 files
b7a7f32
raw
history blame
175 Bytes
from core import settings
workers = settings.WORKERS
bind = f"{settings.BACKEND_HOST}:{settings.BACKEND_PORT}"
worker_tmp_dir = "/dev/shm"
graceful_timeout = 15
timeout = 30