mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Increase number of quote approval job retries (#36698)
This commit is contained in:
parent
e5fbb49033
commit
5ac3cceaf5
|
|
@ -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