1. 26 Oct, 2020 1 commit
    • David Fernandez's avatar
      Throttle the cleanup policies execution · 0b4849db
      David Fernandez authored
      By using a limited capacity worker and dedicated database column on
      container repositories to mark them as:
      
      * cleanup_scheduled: waiting for a worker pickup (happens after a
      cleanup policy execution)
      * cleanup_ongoing: worker cleaning up this repository
      * cleanup_unfinished: worker cleaned part of the repository but had to
      stop
      * cleanup_unscheduled: nothing to do
      0b4849db
  2. 23 Oct, 2020 39 commits