]> cat aescling's git repositories - mastodon.git/commitdiff
Retry ActivityPub delivery a few more times (#5014)
authorThibG <thib@sitedethib.com>
Sat, 30 Sep 2017 14:01:46 +0000 (16:01 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 30 Sep 2017 14:01:46 +0000 (16:01 +0200)
app/workers/activitypub/delivery_worker.rb

index 7510b1739f754d1a72e34ea21235b8bc810a7b35..7b1e06a705df45d44dfa004bc167e7a9350aac48 100644 (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