Open jonespm opened 2 years ago
This seems like it might be relevant: https://stackoverflow.com/a/47521829/3708872
I don't exactly know the code for this but I've seen websocket has a default ping_interval of 20s and unless this is disabled (to be None) it can cause these issues if uncaught and having a conflict with a proxy.
The default timeout for Openshift is 30 seconds which might be causing this issue with the different timeouts. https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.1/html/managing_and_monitoring_process_server/configuring-openshift-connection-timeout-proc
On a typical day it looks like this type of error comes up frequently, about 50 times it seems on a typical day.
It looks like the only line we might be able to catch and suppress this is
I'm not sure if it's causing any user facing error but it makes reading the logs difficult. Perhaps newer versions are better? It's also possible it's related to an Openshift proxy read timeout?