mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This is a prep commit. Currenty we only pass CountStat.property to last_successful_fill function. But it needs access to CountStat.time_increment as well. We can pass the entire CountStat object to the function as a workaround. But making last_successful_fill a property of CountStat seems to be much more cleaner. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| check_analytics_state.py | ||
| clear_analytics_tables.py | ||
| clear_single_stat.py | ||
| populate_analytics_db.py | ||
| stream_stats.py | ||
| update_analytics_counts.py | ||