chore(sidekiq): transition ImageProcessorJob to sidekiq
This commit is contained in:
parent
958215f0ea
commit
08a25e60b4
1 changed files with 4 additions and 0 deletions
|
@ -91,5 +91,9 @@ if Rails.env.production? && SIDEKIQ_ENABLED
|
|||
class SendClosingNotificationJob < ApplicationJob
|
||||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
|
||||
class ImageProcessorJob < ApplicationJob
|
||||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue