consul/website/pages
Pierre Souchay 678489d9d1 Added ratelimit to handle throtling cache (#8226)
This implements a solution for #7863

It does:

    Add a new config cache.entry_fetch_rate to limit the number of calls/s for a given cache entry, default value = rate.Inf
    Add cache.entry_fetch_max_burst size of rate limit (default value = 2)

The new configuration now supports the following syntax for instance to allow 1 query every 3s:

    command line HCL: -hcl 'cache = { entry_fetch_rate = 0.333}'
    in JSON

{
  "cache": {
    "entry_fetch_rate": 0.333
  }
}
2020-07-27 21:11:42 +00:00
..
api-docs api/agent: enable setting SuccessBeforePassing and FailuresBeforeCritical in API (#7949) 2020-06-29 12:53:38 +00:00
community add one-off pages 2020-04-28 12:53:19 -04:00
discovery fix broken links 2020-04-28 12:53:25 -04:00
docs Added ratelimit to handle throtling cache (#8226) 2020-07-27 21:11:42 +00:00
downloads update deps, add no-index category, fix downloads page 2020-04-28 12:53:25 -04:00
downloads_tools added files-to-consul-kv to tools 2020-05-12 08:30:16 -06:00
home fix broken links 2020-04-28 12:53:25 -04:00
intro remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
mesh home & use case pages 2020-04-28 12:53:23 -04:00
partials Merge pull request #8169 from hashicorp/config-entry-ns 2020-06-23 11:44:57 -06:00
security remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
_app.js add alert banner to website 2020-05-06 20:06:39 -04:00
_document.js initial 2020-04-28 12:52:43 -04:00
_error.jsx initial 2020-04-28 12:52:43 -04:00
_temporary_button.css misc cleanup & fixes 2020-04-28 12:53:26 -04:00
index.jsx initial 2020-04-28 12:52:43 -04:00
print.css initial 2020-04-28 12:52:43 -04:00
style.css add tabs component 2020-05-13 14:01:37 -04:00