Missed a spot when removing Sidekiq::Statistic.
This commit is contained in:
parent
b00886f5c1
commit
f028d6cd52
|
@ -9,8 +9,6 @@ Sidekiq.configure_server do |config|
|
|||
|
||||
config.server_middleware do |chain|
|
||||
chain.add Sidekiq::Pausable
|
||||
# ensure statistic middleware is included in case of a fork
|
||||
chain.add Sidekiq::Statistic::Middleware
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue