Timeout on initial page load
Activity
Show:

Jeffrey Miller October 15, 2018 at 5:49 AM
I just updated to the latest clog-11.x and I'm seeing timeouts as well.

Austin September 18, 2018 at 8:09 PM
hmm... I even tried making ajax retry the call to get the data 3 times (with a 10s timeout), but it still failed each of the 3 calls for sites with lots of posts.

Austin September 18, 2018 at 6:11 PMEdited
Hmm... on clog-11.x, on our test server, I tried setting the timeout to 10s and that helped for sites with 40-80 clog posts, but the problem still happened for sites with 100+ posts
Increasing the timeout to 30s still fails for sites with 275+ clog posts. (and that's on a test server with no other traffic)
Quite often (but intermittently) we've been seeing timeouts in Clog on initial page load.
Taking a look at CLOG-139, the ajax timeout should have been set to 10s. However, looking at the commits from that issue
"5ca277547b8cd1ca46af71a88247c20ac290dcb4 on 10.x", the timeout was set to 10000
but the commit
61de29090a2391230750dc4027b14e59603ebe74 on master, the timeout was set to 5000
so
clog-11.x
clog-12.x
master
still have their timeouts set to 5000. Was that done for a reason? Or should have it been set to 10000?