From f86e99e89ca8dd4ace77a164019b23ff5aa53a62 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:00:44 -0700 Subject: [PATCH] docs: Removing erroneous FAQ timeout message (#20853) --- docs/docs/frequently-asked-questions.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/docs/frequently-asked-questions.mdx b/docs/docs/frequently-asked-questions.mdx index 04b30b272..40c56bdde 100644 --- a/docs/docs/frequently-asked-questions.mdx +++ b/docs/docs/frequently-asked-questions.mdx @@ -57,14 +57,6 @@ timeout in configuration. For example: SQLLAB_ASYNC_TIME_LIMIT_SEC = 60 * 60 * 6 ``` -Superset is running on gunicorn web server, which may time out web requests. If you want to increase -the default (50), you can specify the timeout when starting the web server with the -t flag, which -is expressed in seconds. - -``` -superset runserver -t 300 -``` - If you are seeing timeouts (504 Gateway Time-out) when loading dashboard or explore slice, you are probably behind gateway or proxy server (such as Nginx). If it did not receive a timely response from Superset server (which is processing long queries), these web servers will send 504 status code