craig-rueda commented on code in PR #21236:
URL: https://github.com/apache/superset/pull/21236#discussion_r957658334
##########
helm/superset/values.yaml:
##########
@@ -55,7 +55,9 @@ envFromSecrets: []
extraEnv: {}
# Extend timeout to allow long running queries.
# GUNICORN_TIMEOUT: 300
-
+ # Increase the gunicorn worker amount, can improve performance drastically
+ # See:
https://docs.gunicorn.org/en/stable/design.html#:~:text=Gunicorn%20should%20only%20need%204,workers%20to%20start%20off%20with.
+ # SERVER_WORKER_AMOUNT: 4
Review Comment:
I can't find `SERVER_WORKER_AMOUNT` anywhere in the Gunicorn docs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]