Change incoming activity processing to happen in ingress
queue (#20264)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
class ActivityPub::ProcessingWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
sidekiq_options backtrace: true, retry: 8
|
||||
sidekiq_options queue: 'ingress', backtrace: true, retry: 8
|
||||
|
||||
def perform(actor_id, body, delivered_to_account_id = nil, actor_type = 'Account')
|
||||
case actor_type
|
||||
|
Reference in New Issue
Block a user