mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +00:00
Increase number of quote approval job retries (#36698)
This commit is contained in:
parent
b5a6feb3bf
commit
e62baacfc1
|
|
@ -5,7 +5,7 @@ class ActivityPub::RefetchAndVerifyQuoteWorker
|
|||
include ExponentialBackoff
|
||||
include JsonLdHelper
|
||||
|
||||
sidekiq_options queue: 'pull', retry: 3
|
||||
sidekiq_options queue: 'pull', retry: 5
|
||||
|
||||
def perform(quote_id, quoted_uri, options = {})
|
||||
quote = Quote.find(quote_id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user