class SidekiqUniqueJobs::Lock::BaseLock
def self.validate_options(options = {})
-
(void)
-
Parameters:
-
options
(Hash
) -- the sidekiq_options given to the worker
def self.validate_options(options = {}) Validator.validate(options) end