mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Retry ActivityPub delivery a few more times (#5014)
This commit is contained in:
parent
7481ae1bcb
commit
f7c909e290
@ -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…
Reference in New Issue
Block a user