Increase number of quote approval job retries (#36698)

This commit is contained in:
Claire 2025-11-04 09:29:27 +01:00 committed by GitHub
parent e5fbb49033
commit 5ac3cceaf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)