1. 20 Apr, 2017 37 commits
  2. 19 Apr, 2017 3 commits
    • Douwe Maan's avatar
      Merge branch 'hook_retries' into 'master' · bfb635a4
      Douwe Maan authored
      Add retries to system hook worker
      
      Closes #31109
      
      See merge request !10801
      bfb635a4
    • Douwe Maan's avatar
      Merge branch 'sh-issue-29247-fix' into 'master' · 3fecb4be
      Douwe Maan authored
      Don't delete a branch involved in an open merge request in "Delete all merged branches" service
      
      Closes #29427
      
      See merge request !10727
      3fecb4be
    • Drew Blessing's avatar
      Add retry to system hook worker · 354e37b8
      Drew Blessing authored
      The default number of Sidekiq retries is 25 over about 21 days.
      If an external system is unavailable for a length of time, hooks
      can pile up in the Sidekiq queues. If the situation gets bad enough
      the retry jobs dropping back into the main queue can slow down
      other jobs. Limit the retries to a sane number to avoid this
      scenario.
      354e37b8