Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016)
parent
0e513ff862
commit
99c4b5b75a
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ActivityPub::LowPriorityDeliveryWorker < ActivityPub::DeliveryWorker
|
||||
sidekiq_options queue: 'pull', retry: 8, dead: false
|
||||
end
|
Loading…
Reference in new issue