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:
parent
aa4c4f5737
commit
451884a36b
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user