From: ThibG Date: Sat, 30 Sep 2017 14:01:46 +0000 (+0200) Subject: Retry ActivityPub delivery a few more times (#5014) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f7c909e290900fddf0149294987e28c7d2a3a029;p=mastodon.git Retry ActivityPub delivery a few more times (#5014) --- diff --git a/app/workers/activitypub/delivery_worker.rb b/app/workers/activitypub/delivery_worker.rb index 7510b1739..7b1e06a70 100644 --- a/app/workers/activitypub/delivery_worker.rb +++ b/app/workers/activitypub/delivery_worker.rb @@ -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