open-consul/website/pages/docs/agent
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
..
config-entries Merge pull request #8230 from hashicorp/je.pin-deps 2020-07-15 18:45:19 -04:00
checks.mdx docs: fix misleading example for HTTP healthcheck (#7773) 2020-05-12 11:45:46 +02:00
cloud-auto-join.mdx docs: Fix typo on openstack cloud-auto-join 2020-06-29 13:56:01 -07:00
dns.mdx Remove underscores from gateway URL paths (#7962) 2020-05-28 14:19:17 -05:00
encryption.mdx Add certificate disclaimer for TLS encryption (#8316) 2020-07-21 10:38:03 -06:00
index.mdx update deps, format all files 2020-07-08 19:12:34 -04:00
kv.mdx docs: Fix link to kv_max_value_size config option (#8322) 2020-07-16 14:13:06 -07:00
options.mdx Added ratelimit to handle throtling cache (#8226) 2020-07-27 23:11:11 +02:00
rpc.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
sentinel.mdx Add callouts to Enterprise features (#7548) 2020-04-28 12:53:29 -04:00
services.mdx Remove underscores from gateway URL paths (#7962) 2020-05-28 14:19:17 -05:00
telemetry.mdx update deps, format all files 2020-07-08 19:12:34 -04:00
watches.mdx update dependencies 2020-05-21 14:50:45 -04:00