Skip to content
New issue

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

NoMethodError on setting global configurations #413

Closed
metapraveen opened this issue Jul 30, 2019 · 1 comment
Closed

NoMethodError on setting global configurations #413

metapraveen opened this issue Jul 30, 2019 · 1 comment

Comments

@metapraveen
Copy link

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.

@metapraveen
Copy link
Author

just saw the release tags and noticed these changes are yet to be released. 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant