We see a lot of these errors in our nginx log file. Once in a while, the nginx server starts choking and stops serving the incoming request. We have to restart nginx servers to get them back live.
*41417426420 lua tcp socket read timed out
*41417426420 attempt to send data on a closed socket: u:0000000040267D38, c:0000000000000000, ft:0 eof:0
We have a redis connection in the code but i dont see any line number in the error so i doubt if it has something to do with redis. Thoughts?
Thanks