We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug NoMethodError on setting global configurations
Expected behavior Should return a configuration object
Current behavior NoMethodError (undefined method `debug_lua' for #<SidekiqUniqueJobs::Config
config/initializers/sidekiq_unique_jobs.rb
SidekiqUniqueJobs.configure do |config| config.debug_lua = true config.lock_info = true end
Am I missing something basic? I tried inside the rails console too, with SidekiqUniqueJobs.config.debug_lua and got NoMethodError there.
SidekiqUniqueJobs.config.debug_lua
The text was updated successfully, but these errors were encountered:
just saw the release tags and noticed these changes are yet to be released. 😸
Sorry, something went wrong.
No branches or pull requests
Describe the bug
NoMethodError on setting global configurations
Expected behavior
Should return a configuration object
Current behavior
NoMethodError (undefined method `debug_lua' for #<SidekiqUniqueJobs::Config
config/initializers/sidekiq_unique_jobs.rb
Am I missing something basic? I tried inside the rails console too, with
SidekiqUniqueJobs.config.debug_lua
and got NoMethodError there.The text was updated successfully, but these errors were encountered: