You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: