isuPatches/sidekiq-process-health-check

View on GitHub
lib/sidekiq/process_health/check/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sidekiq
  module ProcessHealth
    module Check
      class Engine < ::Rails::Engine
        isolate_namespace Sidekiq::ProcessHealth::Check
        require 'responders'
      end
    end
  end
end