1. 19 Apr, 2017 1 commit
    • 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
  2. 23 Feb, 2017 39 commits