ShannonAI / service-streamer

Boosting your Web Services of Deep Learning Applications.
Apache License 2.0
1.22k stars 187 forks source link

redis.exceptions.Connectionerror: error 110 connection to localhost:1234 connection timed out #65

Open LiuHao-THU opened 4 years ago

LiuHao-THU commented 4 years ago

hello, when I run the gunicorn using Redis for blpop and lpush. i met this error, can you show me how you set your redis-server config i have try to adjust time out and tcp-keepalive in redis-server config,however this error continue...

thanks!

LiuHao-THU commented 4 years ago

redis.exceptions.Connectionerror: error 110 connection to localhost:1234 connection timed out

LiuHao-THU commented 4 years ago

Solutions: https://www.jianshu.com/p/e99c722f6361

syyuan14 commented 3 years ago

redis.exceptions.Connectionerror: error 110 connection to localhost:1234 connection timed out hello,I also want to use RedisStreamer and Streamer to work together,in order to achieve the mode of multi-web servers matching (single or multiple) gpu workers.,but now I don't konw how to do ,could you give me some help ? thank you very much !