mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-30 03:14:36 +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 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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user