Currently when we "process" and "estimate_arrivals" we recompute all the data for an entire day. Since we run these scripts many times a day, we could save a significant amount of CPU time by only incrementally processing new data as necessary. This will take a bit of thought to get right though...
Currently when we "process" and "estimate_arrivals" we recompute all the data for an entire day. Since we run these scripts many times a day, we could save a significant amount of CPU time by only incrementally processing new data as necessary. This will take a bit of thought to get right though...