BigW Consortium Gitlab

  1. 06 Feb, 2018 1 commit
  2. 02 Nov, 2017 1 commit
  3. 04 Oct, 2017 1 commit
    • Sidekiq::MemoryKiller: Add missing space in log message · 74846409
      Benjamin Drung authored
      The sidekiq memory killer prints warnings like
      
      gitlab-sidekiq[8245]: 2017-09-27T11:31:43.192Z 8245 TID-ov9l6b4e0 WARN:
      this thread will shut down PID 8245 - Worker ProjectWebHookWorker -
      JID-dd3b1c23a653deec5e575ab4in 900 seconds
      
      There is a space missing between the JID and 'in'.
  4. 26 Jul, 2016 1 commit
  5. 06 Jul, 2016 1 commit
  6. 27 Jun, 2016 1 commit
  7. 21 Apr, 2016 1 commit
  8. 15 Apr, 2016 1 commit
  9. 13 May, 2015 1 commit
    • Use SIGKILL by default in Sidekiq::MemoryKiller · c291ff9c
      Jacob Vosmaer authored
      This makes the memory growth-triggered Sidekiq restarts more reliable by
      reducing the chance that Sidekiq ends up in a state where it is not
      accepting new jobs but also not shutting down: SIGKILL is more likely to
      work than SIGTERM.
  10. 07 May, 2015 1 commit
    • Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var · 1c1f18b4
      Jacob Vosmaer authored
      It looks like SIGTERM may not be enough to shut down a Sidekiq process
      when its RSS has gotten too big. This change will allow us to experiment
      with sending SIGKILL instead of SIGTERM to Sidekiq processes on
      gitlab.com.
  11. 08 Dec, 2014 2 commits
  12. 05 Dec, 2014 1 commit
  13. 28 Nov, 2014 2 commits
  14. 28 Jul, 2014 1 commit