> On Jul 6, 2017, at 3:23 PM, Doug Bell <d...@preaction.me> wrote: > > >> On Jul 6, 2017, at 3:19 PM, Slaven Rezic <sla...@rezic.de> wrote: >> >> It seems log.txt is now varnish-cached, so we don't get a fresh version >> every five minutes. > > Ah. Oops. Yes, I added Fastly to get a new SSL cert. I will go check out the > cache expiration settings and make sure the log.txt expires in less than 5 > minutes.
I've fixed the caching on metabase.cpantesters.org <http://metabase.cpantesters.org/> to expire every 2.5 minutes (half of the polling interval). Interestingly, Fastly adds X-Cache and Age headers so we can tell how old the cached content is (which is how I verified that it's only caching for that long). I suspect strongly that this caching, which was previously set to an hour, explains why the fast-matrix wasn't able to get all the reports over the last few weeks. Sorry. If there's anything you need from me to fix that, let me know.