cytoscape / appstore

Cytoscape App Store web application code
16 stars 20 forks source link

Error log: Failed to proxy response to client #80

Open AlexanderPico opened 5 years ago

AlexanderPico commented 5 years ago

Any guesses why we have this error message in our CyAppStore logs every few minutes?

[wsgi:error] [pid 28648:tid 140327797098240] (70007)The timeout specified has expired:
 [client 27.17.130.79:16711] mod_wsgi (pid=28648): Failed to proxy response to client.
sarthak-srivastava commented 5 years ago

My general guess is it is something related to our server being overloaded and not being able to respond to a request within stipulated timeout (configured in apache config file). I am trying to pin point to the exact requests causing this.