move rebase jobs to sidekiq
This commit is contained in:
parent
e868d62ffd
commit
4f75fbe7ec
1 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,9 @@ if Rails.env.production? && sidekiq_enabled
|
||||||
class VirusScannerJob
|
class VirusScannerJob
|
||||||
self.queue_adapter = :sidekiq
|
self.queue_adapter = :sidekiq
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class DossierRebaseJob < ApplicationJob
|
||||||
|
self.queue_adapter = :sidekiq
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue