Skip to content

Commit

Permalink
[docs] faq entry about server timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 22, 2016
1 parent 6731a28 commit d11dd83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

0 comments on commit d11dd83

Please sign in to comment.