Skip to content

Commit bf00330

Browse files
author
Sean Sullivan
committed
Increase number of requests handled before worker reset
1 parent 5dc0af0 commit bf00330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENTRYPOINT [ "gunicorn", \
3838
"--ciphers","ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384", \
3939
"--chdir", "/opt/elastic_datashader", \
4040
"-c", "/opt/elastic_datashader/gunicorn_config.py", \
41-
"--max-requests", "40", \
41+
"--max-requests", "400", \
4242
"--workers", "30", \
4343
"-k", "uvicorn.workers.UvicornWorker", \
4444
"elastic_datashader:app" \

0 commit comments

Comments
 (0)