1. 28 Jul, 2020 1 commit
    • Igor Wiedler's avatar
      Defer stackprof signal trap when running in sidekiq · 73f48c32
      Igor Wiedler authored
      Sidekiq currently overrides the trap. This change
      defers the definition of the signal handler until
      after sidekiq's setup code.
      
      This way, we get to keep our signal handler, and
      stackprof can be invoked by sending a SIGUSR2 to
      sidekiq processes.
      
      Because sidekiq-cluster forwards SIGUSR2 signals,
      we can also send the signal to the sidekiq-cluster
      process.
      73f48c32
  2. 20 Jul, 2020 28 commits
  3. 19 Jul, 2020 7 commits
  4. 18 Jul, 2020 4 commits