userver: USERVER_CACHES
Loading...
Searching...
No Matches
USERVER_CACHES

USERVER_CACHES Dynamic Config

Cache update dynamic parameters

Schema:

# yaml
default: {}
description: Cache update dynamic parameters
schema:
type: object
additionalProperties:
type: object
additionalProperties: false
properties:
update-interval-ms:
type: integer
minimum: 1
x-taxi-cpp-type: std::chrono::milliseconds
update-jitter-ms:
type: integer
minimum: 0
x-taxi-cpp-type: std::chrono::milliseconds
full-update-interval-ms:
type: integer
minimum: 0
x-taxi-cpp-type: std::chrono::milliseconds
full-update-jitter-ms:
type: integer
minimum: 0
x-taxi-cpp-type: std::chrono::milliseconds
updates-enabled:
type: boolean
default: true
exception-interval-ms:
type: integer
minimum: 0
x-taxi-cpp-type: std::chrono::milliseconds
alert-on-failing-to-update-times:
type: integer
minimum: 0
x-taxi-cpp-type: std::uint32_t
required:
- update-interval-ms
- update-jitter-ms
- full-update-interval-ms
- full-update-jitter-ms

For a full list of dynamic configs see Dynamic config schemas list