mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The `current_queue_size` key in the queue monitoring stats file was the local queue size, not the global queue size --d5a6b0f99arenamed the function, but did not adjust the queue monitoring JSON, despite the last use of it having been removed incd9b194d88. The function is still used to mark "we emptied our queue," and it remains a reasonable metric for that.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.