Add API for retrieving blocked accounts
This commit is contained in:
parent
8724094ed0
commit
49834a6e7f
15 changed files with 50 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class ProcessingWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
|
||||
sidekiq_options backtrace: true
|
||||
|
||||
def perform(account_id, body)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
class SalmonWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
|
||||
sidekiq_options backtrace: true
|
||||
|
||||
def perform(account_id, body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue