mirror of https://github.com/zulip/zulip.git
85bd8dd33d
LoggingCountStats with a daily duration and that are directly stored
on the RealmCount table (not via aggregation in process_count_stat),
can be in a state, after the hourly cron job to update analytics
counts, where the logged value will be live-updated later, because
the end time for the stat is still in the future.
As these logging counts are designed to be used on the self-hosted
installation for either debugging or rate limiting, sending these
partial/incomplete counts to the bouncer has low value.
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
counts.py | ||
fixtures.py | ||
time_utils.py |