1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-05 02:08:21 +09:00

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

This commit is contained in:
Claire 2023-10-03 12:21:32 +02:00
parent aa4c4f5737
commit 451884a36b

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!