parent
19ea717b3c
commit
a7332acba3
@ -0,0 +1,7 @@
|
|||||||
|
class ProcessingWorker
|
||||||
|
include Sidekiq::Worker
|
||||||
|
|
||||||
|
def perform(account_id, body)
|
||||||
|
ProcessFeedService.new.call(body, Account.find(account_id))
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue