Project

Profile

Help

Issue #8996

Updated by dalley almost 3 years ago

Now that Redis is used primarily as a cache, we want to disable persistence.    If Redis goes down, Pulp can no longer invalidate / clear out the cache appropriately while it is offline, and when it comes back up it will be out of date. 

 We should mitigate this by reducing need to update the default expiration time while investigating more comprehensive solutions. redis config to disable all forms of on-disk persistence.

Back