Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908)
Remove locks from scheduled jobs
This commit is contained in:
@ -5,7 +5,7 @@ class Scheduler::IpCleanupScheduler
|
||||
|
||||
IP_RETENTION_PERIOD = 1.year.freeze
|
||||
|
||||
sidekiq_options lock: :until_executed, retry: 0
|
||||
sidekiq_options retry: 0
|
||||
|
||||
def perform
|
||||
clean_ip_columns!
|
||||
|
Reference in New Issue
Block a user