6c54eab5b5
The healthcheck endpoint should cache results to reduce the potential load on the backend systems being tested. This patch adds the caching and a configuration setting for the interval between cache refreshes. Change-Id: Ic97a991437144f3a220d9b96839cec5b63565f8c Story: 2008203 Task: 40987
6 lines
158 B
YAML
6 lines
158 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the healthcheck endpoint always querying the backends by caching
|
|
results for a configurable time. The default is five seconds.
|