open-consul/website/pages/docs
Pierre Souchay 947d8eb039
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 23:11:11 +02:00
..
acl
agent Added ratelimit to handle throtling cache (#8226) 2020-07-27 23:11:11 +02:00
commands
connect Gateway tasks and overview (#8195) 2020-07-24 15:07:36 -06:00
enterprise docs: Modify network segments limitation callout 2020-07-27 09:10:27 -07:00
guides
install
internals
k8s Update terminating-gateways.mdx 2020-07-23 09:19:33 -07:00
upgrading
common-errors.mdx
faq.mdx
glossary.mdx
index.mdx
partnerships.mdx