We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7092e commit 9bc7edbCopy full SHA for 9bc7edb
run-gunicorn.sh
@@ -245,7 +245,7 @@ fi
245
GUNICORN_TIMEOUT=${GUNICORN_TIMEOUT:-600}
246
247
# Maximum requests a worker will process before restarting (prevents memory leaks)
248
-GUNICORN_MAX_REQUESTS=${GUNICORN_MAX_REQUESTS:-1000}
+GUNICORN_MAX_REQUESTS=${GUNICORN_MAX_REQUESTS:-100000}
249
250
# Random jitter for max requests (prevents all workers restarting simultaneously)
251
GUNICORN_MAX_REQUESTS_JITTER=${GUNICORN_MAX_REQUESTS_JITTER:-100}
0 commit comments