0
0
Fork 0

Fix vacuum scheduler missing lock, locks never expiring (#19458)

Remove vacuuming of orphaned preview cards
This commit is contained in:
Eugen Rochko 2022-10-26 12:10:48 +02:00 committed by GitHub
parent 1ae508bf2f
commit bf0ab3e0fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 15 deletions

View file

@ -3,7 +3,7 @@
class Scheduler::VacuumScheduler
include Sidekiq::Worker
sidekiq_options retry: 0
sidekiq_options retry: 0, lock: :until_executed
def perform
vacuum_operations.each do |operation|