Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016)
This commit is contained in:
parent
0e513ff862
commit
99c4b5b75a
2 changed files with 14 additions and 1 deletions
5
app/workers/activitypub/low_priority_delivery_worker.rb
Normal file
5
app/workers/activitypub/low_priority_delivery_worker.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ActivityPub::LowPriorityDeliveryWorker < ActivityPub::DeliveryWorker
|
||||
sidekiq_options queue: 'pull', retry: 8, dead: false
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue