Skip to content
Snippets Groups Projects

origin_visits: Reuse cache entries if present

  1. Feb 04, 2022
    • Antoine R. Dumont's avatar
      origin_visits: Reuse cache entries if present · ac247f08
      Antoine R. Dumont authored
      This clarifies the current code and optimizes the re-fetching of all origin visits /
      origin visit statuses when new visits happen. It's an optimization providing previous
      visits are in the cache already.
      
      The second part serves also as a workaround of some problematic origins (the ones with a
      high number of visits). It's only a workaround though because when voiding the
      cache (e.g. restart the cache service), the initial error (e.g. crash 500 or 502, ...)
      will still happen.
      
      Another change is on its way to try and fix that specific problem.
      
      Related to T3905
      Verified
      ac247f08
Loading