1. 16 Oct, 2019 1 commit
    • Matthias Kaeppler's avatar
      Fix for sidekiq prometheus files being wiped · 0db134b7
      Matthias Kaeppler authored
      Due to a race condition during sidekiq process start-up, we might end
      up losing prometheus db files due to doing a cleanup after first
      creating them. By re-initializing after every cleanup, we side-step
      the issue, but it's not really a clean solution.
      0db134b7
  2. 15 Oct, 2019 39 commits