|
|
@ -3,7 +3,7 @@ |
|
|
|
class SalmonWorker |
|
|
|
class SalmonWorker |
|
|
|
include Sidekiq::Worker |
|
|
|
include Sidekiq::Worker |
|
|
|
|
|
|
|
|
|
|
|
sidekiq_options queue: 'pull', backtrace: true |
|
|
|
sidekiq_options backtrace: true |
|
|
|
|
|
|
|
|
|
|
|
def perform(account_id, body) |
|
|
|
def perform(account_id, body) |
|
|
|
ProcessInteractionService.new.call(body, Account.find(account_id)) |
|
|
|
ProcessInteractionService.new.call(body, Account.find(account_id)) |
|
|
|