Skip to content
Snippets Groups Projects
Commit f7c909e2 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Retry ActivityPub delivery a few more times (#5014)

parent 7481ae1b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment