Actions
Backport #9085
closedBackport 9070 "Remove Redis from status information if unused" to 3.14.z
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 101
Quarter:
Related issues
Updated by dalley over 3 years ago
- Copied from Issue #9070: Remove Redis from status information if unused added
Updated by mdellweg over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg over 3 years ago
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|dd4299afa0fb7d9de055a81857a09d2adeb07817.
Updated by pulpbot over 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.
backports #9070 https://pulp.plan.io/issues/9070
fixes #9085
(cherry picked from commit 8ab8afb45675cc9c420eb1872c0dfcfd973d657b)