Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016)
parent
6866739387
commit
b27f715601
@ -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