I always have this warning message and Sidekiq works like a charm. So I came to the conclusion it’s the standard behavior for a dev instance.
This workaround worked for me: change config.eager_load
to true
in development.rb. See this thread:
I always have this warning message and Sidekiq works like a charm. So I came to the conclusion it’s the standard behavior for a dev instance.
This workaround worked for me: change config.eager_load
to true
in development.rb. See this thread: