Merge pull request #10441 from colinux/image-processor-sidekiq
Tech: transition ImageProcessorJob to sidekiq
This commit is contained in:
commit
b3c2b46bb1
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