We have an issue that our bot becomes unresponsive after a restart of mattermost's reverse proxy.
2023-03-16 20:03:06,274 DEBUG websockets.client % sending keepalive ping
2023-03-16 20:03:06,274 DEBUG websockets.client > PING 37 8d 3d 0e [binary, 4 bytes]
2023-03-16 20:03:06,277 DEBUG websockets.client < PONG 37 8d 3d 0e [binary, 4 bytes]
2023-03-16 20:03:06,278 DEBUG websockets.client % received keepalive pong
2023-03-16 20:03:17,949 DEBUG websockets.client ! failing connection with code 1006
2023-03-16 20:03:17,955 DEBUG websockets.client = connection is CLOSED
2023-03-16 20:03:17,956 DEBUG websockets.client x closing TCP connection
We have an issue that our bot becomes unresponsive after a restart of mattermost's reverse proxy.
Steps to reproduce:
docker-compose restart nginx)What we'd expect
What happens
From the log:
(no related messages in the log afterwards)