Files
node-monitor/gunicorn.conf.py
2025-04-05 22:41:26 +03:00

5 lines
176 B
Python

bind = "0.0.0.0:5000"
workers = 2 # Adjust based on your needs (e.g., 2 * CPU cores + 1)
threads = 4 # Number of threads per worker
timeout = 30 # Worker timeout in seconds