Actions
Issue #9070
closedRemove Redis from status information if unused
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Unless content caching or the RQ tasking system is used, Redis isn't needed. However, it is unconditionally included in the status views.
Related issues
Actions
Conditionally include Redis connection information
Redis is only used when cache is enabled or RQ tasking is used. In other cases, the connection is not needed. We've changed the Foreman installer to only install Redis if needed, just to stop wasting resources1. However, this leads to warnings.
This PR changes the status view to only include Redis if it's used.
closes #9070 https://pulp.plan.io/issues/9070