let default sidekiq config actually process the maintenance queue

This commit is contained in:
Jonne Haß 2014-10-22 23:23:14 +02:00
parent 6176502627
commit 3c808142fb

View file

@ -31,6 +31,7 @@ Sidekiq.configure_server do |config|
receive receive
receive_salmon receive_salmon
http http
maintenance
default default
} }
}) })