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

Creating a redis client prevents receiving shutdown message #70

Open
behrang opened this issue Feb 18, 2015 · 2 comments
Open

Creating a redis client prevents receiving shutdown message #70

behrang opened this issue Feb 18, 2015 · 2 comments

Comments

@behrang
Copy link

behrang commented Feb 18, 2015

This is really weird. When I create a redis client connection like this:

redis.createClient()

then most of the times, the first worker does not receive the shutdown message. Removing the redis.createClient line, fixes the problem. I don't know why creating it, prevents the shutdown message receive by worker.

@wesleytodd
Copy link

I believe I am experiencing the same thing. Did you find any solution for this?

@behrang
Copy link
Author

behrang commented Jul 26, 2015

I don't remember! I may had this problem on Mac OS X. On linux, it is working correctly.

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

2 participants