When I run:
bundle exec sidekiq
I got the error:
User is not a module
There is a 'User' module namespace in my rails app.
Do you know how to fix this problem?
You have a gem or application code that is trying to create a User class. You'll either need to track down that code or rename your module.