1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

low_delivery queue v2

This commit is contained in:
Shlee 2024-05-02 20:55:59 +09:30 committed by GitHub
parent 616e2f2666
commit f52f4a0a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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