You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in health check in redis, more than needed information is fetched from the redis using r.info() which is not used anywhere in the healthcheck code.
The text was updated successfully, but these errors were encountered:
@computermacgyver This issue is fixed with the PR merged yesterday in the alegre repository. Can this issue be closed with the tags hacktoberfest and the component as alegre?
Which service(s) is this report about?
Let us know which services(s) this report is about:
Description:
# FIXME Redis database is not being tested by info()
- https://github.com/meedan/alegre/blob/develop/app/main/controller/healthcheck_controller.py#L44Currently, in health check in redis, more than needed information is fetched from the redis using
r.info()
which is not used anywhere in the healthcheck code.The text was updated successfully, but these errors were encountered: