1. 11 Mar, 2022 2 commits
    • Bob Van Landuyt's avatar
      Remove dependency list usage data from Redis · 91b4a646
      Bob Van Landuyt authored
      This removes any existing counters for the dependency list usage data
      from Redis. Freeing up the memory it was taking.
      
      Changelog: other
      EE: true
      91b4a646
    • Bob Van Landuyt's avatar
      Remove dependency_list usage counter · 22c0c91c
      Bob Van Landuyt authored
      This counter counting usage by project, resulting in an ever growing
      set in Redis as the feature gains adoption.
      
      This data wasn't useful, while still consuming a relatively high
      amount of memory, so we removed it.
      
      A better approach would be using Redis HLL counters for this.
      22c0c91c
  2. 10 Mar, 2022 1 commit
  3. 09 Mar, 2022 37 commits