octavia/releasenotes/notes/healthcheck-cache-641f0a64e6f5856c.yaml
Michael Johnson 6c54eab5b5 Make /healthcheck cache results
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
2021-03-15 21:43:43 +00:00

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.