Updated AP UpdateDistributionWorker sidekiq options

• Updated:
- AP UpdateDistributionWorker sidekiq options to retry:0, dead: true
This commit is contained in:
mgabdev 2020-06-04 18:49:53 -04:00
parent 4f7728b2fa
commit ed9433c303

View File

@ -3,7 +3,7 @@
class ActivityPub::UpdateDistributionWorker
include Sidekiq::Worker
sidekiq_options queue: 'push'
sidekiq_options queue: 'push', retry: 0, dead: true
def perform(account_id, options = {})
@options = options.with_indifferent_access