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

Does resque-status work with namespace in connection? #127

Open
astudnev opened this issue Aug 9, 2015 · 0 comments
Open

Does resque-status work with namespace in connection? #127

astudnev opened this issue Aug 9, 2015 · 0 comments

Comments

@astudnev
Copy link

astudnev commented Aug 9, 2015

I had a prolem running a redis connection with namespace, as described in resque:

Set the redis connection. Takes any of:

String - a redis url string (e.g., 'redis://host:port')

String - 'hostname:port[:db][/namespace]'

Redis - a redis connection that will be namespaced :resque

Redis::Namespace - a namespaced redis connection that will be used as-is

Redis::Distributed - a distributed redis connection that will be used as-is

Hash - a redis connection hash (e.g. {:host => 'localhost', :port => 6379, :db => 0})

config.redis = 'localhost:6379:alpha/high'

If i specify a namespace in connectioin, 2 wrong things happen:

  1. _statuses do not appear in redis keys

  2. Web interface did not show statuses

Howeverm jobs were executed and statuses recorde

What was wrong there?

I had to switch to database index selector - it works fine

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