Change queue of job when opting into search from `default` to `pull` (#26688)

local
Eugen Rochko 9 months ago committed by GitHub
parent 925c16adea
commit f8d2fea2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/workers/add_to_public_statuses_index_worker.rb

@ -3,6 +3,8 @@
class AddToPublicStatusesIndexWorker
include Sidekiq::Worker
sidekiq_options queue: 'pull'
def perform(account_id)
account = Account.find(account_id)

Loading…
Cancel
Save