Increase number of quote approval job retries (#36698)
This commit is contained in:
@@ -5,7 +5,7 @@ class ActivityPub::RefetchAndVerifyQuoteWorker
|
|||||||
include ExponentialBackoff
|
include ExponentialBackoff
|
||||||
include JsonLdHelper
|
include JsonLdHelper
|
||||||
|
|
||||||
sidekiq_options queue: 'pull', retry: 3
|
sidekiq_options queue: 'pull', retry: 5
|
||||||
|
|
||||||
def perform(quote_id, quoted_uri, options = {})
|
def perform(quote_id, quoted_uri, options = {})
|
||||||
quote = Quote.find(quote_id)
|
quote = Quote.find(quote_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user