Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 03, 2018
  2. Sep 25, 2018
    • Ryan Senior's avatar
    • Ryan Senior's avatar
      Add a query throttle middleware · 6d31c793
      Ryan Senior authored
      This will keep track of the number of concurrent queries going through
      the query pipeline. By default it will allow half of the total Jetty
      connections to be used for querying via the query pipeline. By default
      we have 50 Jetty connections, so out of the box this number os
      25. The number of query threads can be overridden vya
      MB_MAX_CONCURRENT_QUERIES. Once we have reached the max number of
      concurrent queries, subsequent queries will wait 5 seconds for a
      slot, then return a 503.
      6d31c793
  3. Sep 21, 2018
  4. Sep 20, 2018
  5. Sep 19, 2018
  6. Sep 18, 2018
Loading