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

problem with redis backend #11

Open
ergo opened this issue Sep 23, 2010 · 0 comments
Open

problem with redis backend #11

ergo opened this issue Sep 23, 2010 · 0 comments

Comments

@ergo
Copy link

ergo commented Sep 23, 2010

in line 32 of pyredis.py please change:

please do:
return Redis(host=self.host, port=int(self.port),..... - ie. cast port to int() - if someone reads celeryconfig from ini - then port will be a string and redis cant connect.

but bigger problem is that is somehow hidden by a try/catch somewhere - got exposed when i used my app to execute a task, but did not appear at all when starting celeryd using paste

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