Change queue of job when opting into search from default
to pull
(#26688)
This commit is contained in:
parent
2cb30c25dc
commit
a0373d049d
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
class AddToPublicStatusesIndexWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
sidekiq_options queue: 'pull'
|
||||
|
||||
def perform(account_id)
|
||||
account = Account.find(account_id)
|
||||
|
||||
|
|
Loading…
Reference in a new issue