Hey all, we just popped open the logs on our servers and noticed this issue in the Nginx error logs:
upstream timed out (110: Connection timed out) while reading upstream, client: xx.213.229.86, server: , request: "GET /sync/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=959135 HTTP/1.1", upstream: "http://10.0.1.139:80/sync/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=959135", host: "app.example.com"
I think this correlates with this in the SG logs (not this specific one, but this type of command):
GET /db/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=961835%3A%3A963400 (as 7PjxZnKDRkieFYFjrYbeRA)
There is no returned response…
We get the nginx error log about once per second.
Has anyone else run into this?
Thanks!
-SJ