Retry more for Articles::UpdateAnalyticsWorker since it can fail due to API rate limit errors (#5618)
This commit is contained in:
parent
90470584a7
commit
a68e7b5267
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module Articles
|
|||
class UpdateAnalyticsWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
sidekiq_options queue: :low_priority, retry: 5
|
||||
sidekiq_options queue: :low_priority, retry: 15
|
||||
|
||||
def perform(user_id)
|
||||
user = User.find_by(id: user_id)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue