Change incoming activity processing to happen in ingress
queue (#20264)
This commit is contained in:
parent
89a6b76f99
commit
f8e8e622e5
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue