1. 24 Oct, 2017 1 commit
    • Stan Hu's avatar
      Memoize GitLab logger to reduce open file descriptors · 324b3bba
      Stan Hu authored
      We see that in gitlab-org/gitlab-ee#3664 that if we log a lot of
      data in Sidekiq workers, the number of open file descriptors
      reaches over 1000. To avoid this, we can memoize the logger per
      thread via RequestStore.
      
      Closes gitlab-org/gitlab-ee#3664
      324b3bba
  2. 23 Oct, 2017 33 commits
  3. 22 Oct, 2017 6 commits