Skip to content

Commit

Permalink
Merge pull request #1689 from 18F/mb-fix-sidekiq-autoload-error
Browse files Browse the repository at this point in the history
Move WorkerHealthChecker from app/services to lib
  • Loading branch information
monfresh authored Sep 25, 2017
2 parents 9c11b3f + 89d6193 commit 0e9286f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'encrypted_sidekiq_redis'
require 'sidekiq_logger_formatter'
require 'worker_health_checker'

Sidekiq::Logging.logger.level = Logger::WARN
Sidekiq::Logging.logger.formatter = SidekiqLoggerFormatter.new
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0e9286f

Please sign in to comment.