mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Add a short-lived lock to trend refresh scheduler (#27253)
This commit is contained in:
parent
5a437edc7f
commit
4e55001e65
@ -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