Retry ActivityPub delivery a few more times (#5014)

lolsob-rspec
ThibG 2017-09-30 16:01:46 +02:00 committed by Eugen Rochko
parent 924c022340
commit ba3e2a0c38
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class ActivityPub::DeliveryWorker
include Sidekiq::Worker
sidekiq_options queue: 'push', retry: 5, dead: false
sidekiq_options queue: 'push', retry: 8, dead: false
HEADERS = { 'Content-Type' => 'application/activity+json' }.freeze