mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[docs] faq entry about server timeouts
This commit is contained in:
11
docs/faq.rst
11
docs/faq.rst
@@ -43,3 +43,14 @@ framework, in the meantime, we've tagged a few pull requests as
|
||||
visualizations.
|
||||
|
||||
https://github.com/airbnb/caravel/issues?q=label%3Aexample+is%3Aclosed
|
||||
|
||||
|
||||
Why are my queries timing out?
|
||||
------------------------------
|
||||
|
||||
If you are seeing timeouts (504 Gateway Time-out) when running queries,
|
||||
it's because the web server is timing 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.
|
||||
|
||||
``caravel runserver -t 300``
|
||||
|
||||
Reference in New Issue
Block a user