mastodon/app/workers/activitypub/low_priority_delivery_worke...

6 lines
165 B
Ruby
Raw Normal View History

2019-02-24 01:55:42 +01:00
# frozen_string_literal: true
class ActivityPub::LowPriorityDeliveryWorker < ActivityPub::DeliveryWorker
sidekiq_options queue: 'pull', retry: 8, dead: false
end