Updated AP UpdateDistributionWorker sidekiq options
• Updated: - AP UpdateDistributionWorker sidekiq options to retry:0, dead: true
This commit is contained in:
parent
4f7728b2fa
commit
ed9433c303
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user