An error occurred fetching the project authors.
  1. 29 Jan, 2018 1 commit
  2. 13 Dec, 2017 1 commit
  3. 05 Dec, 2017 2 commits
  4. 03 Aug, 2017 3 commits
  5. 02 Aug, 2017 1 commit
  6. 01 Aug, 2017 1 commit
  7. 01 Mar, 2017 1 commit
  8. 21 Dec, 2016 2 commits
    • Yorick Peterse's avatar
      Support require directory for sidekiq-cluster · 003d04f4
      Yorick Peterse authored
      sidekiq-cluster now supports the same -r/--require option as Sidekiq
      itself does. This is needed as Omnibus changes the working directory,
      preventing us from properly starting the sidekiq processes.
      003d04f4
    • Yorick Peterse's avatar
      Redirect sidekiq output to sidekiq-cluster · 70a4e8dc
      Yorick Peterse authored
      This redirects STDERR and STDOUT of the various Sidekiq processes to the
      sidekiq-cluster process. The logging output of sidekiq-cluster itself
      has been changed so it matches Sidekiq's output more closely, making
      parsing/grepping easier.
      
      Fixes #1438
      70a4e8dc
  9. 20 Dec, 2016 1 commit
    • Yorick Peterse's avatar
      Ability to start dedicated Sidekiq processes · b588a0c4
      Yorick Peterse authored
      These processes are managed by ./bin/sidekiq-cluster. This script can
      start multiple Sidekiq processes processing a dedicated list of queues.
      Signals sent to the wrapper are forwarded to the underlying Sidekiq
      processes.
      b588a0c4