1. 03 Mar, 2022 1 commit
    • Drew Blessing's avatar
      Cache namespace first Auto DevOps config · 9579939d
      Drew Blessing authored
      Retrieving a namespace's first Auto DevOps config can be an
      expensive task. The value cascades so the method queries up the
      hierarchy to find the first non-nil value.
      
      This change caches that result to reduce the frequency of the N+1
      necessary to get these results. Since the setting should rarely
      change, it's helpful to cache the result and selectively expire
      the cache.
      
      Changelog: fixed
      9579939d
  2. 01 Mar, 2022 39 commits