class SidekiqUniqueJobs::Lock::Validator
def self.validate(options)
-
(LockConfig)
- the lock configuration with errors if any
Parameters:
-
options
(Hash
) -- the sidekiq_options for the worker being validated
def self.validate(options) new(options).validate end