changes from review

This commit is contained in:
Georges-Antoine Assi
2025-08-26 23:11:16 -04:00
parent 585ad63349
commit a4a714475f
2 changed files with 1 additions and 11 deletions

View File

@@ -36,13 +36,3 @@ args=(sys.stdout,)
[formatter_gunicorn_format]
format=INFO: [RomM][gunicorn][%(asctime)s] %(message)s
datefmt=%Y-%m-%d %H:%M:%S
# Gunicorn timeout settings
[server]
timeout = 300
keepalive = 2
max_requests = 1000
max_requests_jitter = 100
preload_app = true
worker_connections = 1000

View File

@@ -93,7 +93,7 @@ LOGLEVEL=DEBUG
# Gunicorn (optional)
# Workers -> (2 × CPU cores) + 1
GUNICORN_WORKERS=# Gunicorn timeout settings
GUNICORN_WORKERS=2
GUNICORN_TIMEOUT=300
GUNICORN_KEEPALIVE=2
GUNICORN_MAX_REQUESTS=1000