mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Adds two simplifying assumptions to how we process analytics stats: * Sets the atomic unit of work to: a stat processed at an hour boundary. * For any given stat, only allows these atomic units of work to be processed in chronological order. Adds a table FillState that, for each stat, keeps track of the last unit of work that was processed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_remove_huddlecount.py | ||
| 0003_fillstate.py | ||