Add a short-lived lock to trend refresh scheduler (#27253)

This commit is contained in:
Claire 2023-10-03 12:21:32 +02:00 committed by GitHub
parent 5a437edc7f
commit 4e55001e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class Scheduler::Trends::RefreshScheduler
include Sidekiq::Worker
sidekiq_options retry: 0
sidekiq_options retry: 0, lock: :until_executed, lock_ttl: 30.minutes.to_i
def perform
Trends.refresh!