Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Retry ActivityPub delivery a few more times (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and Gargron committed Sep 30, 2017
1 parent 7481ae1 commit f7c909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/activitypub/delivery_worker.rb
Expand Up @@ -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

Expand Down

0 comments on commit f7c909e

Please sign in to comment.