This commit is contained in:
Jeong Arm 2024-05-17 14:03:36 +00:00 committed by GitHub
commit 768eb78b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class ActivityPub::LowPriorityDeliveryWorker < ActivityPub::DeliveryWorker
sidekiq_options queue: 'pull', retry: 8, dead: false
sidekiq_options queue: 'low_delivery', retry: 8, dead: false
end

View file

@ -6,6 +6,7 @@
- [ingress, 4]
- [mailers, 2]
- [pull]
- [low_delivery]
- [scheduler]
:scheduler: