Project

Profile

Help

Story #9079

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/2026":https://github.com/pulp/pulpcore/issues/2026 




 ---- 


 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. 

 Additionally there could be smaller transient errors that prevent invalidation events from going through. 

 The time window this damage can manifest is pretty small (10 minutes as of #8996) but we should investigate further methods of mitigation.    One example could be - pulpcore detecting when the Redis connection has failed, and either retrying cache invalidations, or flushing the cache entirely. 

Back