Ahh, I think I found the issue. The TA was pulling in data when it thought it occurred at the present time, but it was interpreting UTC time as -0400 (EDT), thus it was always 4 hours behind the latest. When it was unwedged, it kept processing data for another four hours and stopped, but I also introduced another problem which caused it to abruptly stop. I fixed that problem, and retroactively loaded in the old data, so it was able to catch up the gap. Sometimes you need to spend many hours on a timezone problem before the evidence catches up with you. Problem now solved.
... View more