Hello,
I am sending a data stream. Sometimes the client getting disconnected but reconnected again.
I looked into gunicorn log and it says
worker timeout
then a new worker starts. I don't know, why in the middle of the WebSocket connection, the worker would timeout?
I changed the gunicorn --timeout parameter to 90, I don't know, it will solve the problem, and is this the right way to solve the problem?
Hello,
I am sending a data stream. Sometimes the client getting disconnected but reconnected again.
I looked into
gunicornlog and it saysworker timeoutthen a new worker starts. I don't know, why in the middle of the WebSocket connection, the worker would timeout?
I changed the
gunicorn--timeoutparameter to 90, I don't know, it will solve the problem, and is this the right way to solve the problem?