Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ashwinR
/
Gurucool_Test
like
0
Build error
App
Files
Files
Community
c81eec3
Gurucool_Test
/
gunicorn.conf.py
ashwinR
Upload 245 files
b7a7f32
over 1 year ago
raw
Copy download link
history
blame
Safe
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