File size: 175 Bytes
b7a7f32
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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