I have set the Resque.redis.namespace for my application and now resque-web not longer displays the workers and queues.
Is there some way to get resque-web to be aware of the redis.namespace or ideally multiple redis namspaces?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assume that you set Resque.redis.namespace in
config/initializers/resque.rb. Than you can run resque-web passing path to this file as command line argument, e.g.:Also you can pass namespace directly through command line option
-Nlike so: