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
Updated by ekohl over 3 years ago
- Blocks Issue #8997: Ensure that Pulp can function if Redis was configured and available when Pulp starts, but has an availability issue while Pulp is running added
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by Ewoud Kohl van Wijngaarden over 3 years ago
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|8ab8afb45675cc9c420eb1872c0dfcfd973d657b.
Updated by dalley over 3 years ago
- Copied to Backport #9085: Backport 9070 "Remove Redis from status information if unused" to 3.14.z added
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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