Fix vacuum scheduler missing lock, locks never expiring (#19458)
Remove vacuuming of orphaned preview cards
This commit is contained in:
parent
1ae508bf2f
commit
bf0ab3e0fa
5 changed files with 3 additions and 15 deletions
|
@ -35,4 +35,5 @@ SidekiqUniqueJobs.configure do |config|
|
|||
config.reaper_count = 1000
|
||||
config.reaper_interval = 600
|
||||
config.reaper_timeout = 150
|
||||
config.lock_ttl = 50.days.to_i
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue