Retry ActivityPub delivery a few more times (#5014)

master
ThibG 7 years ago committed by Eugen Rochko
parent 7481ae1bcb
commit f7c909e290
  1. 2
      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

Loading…
Cancel
Save