mirror of https://github.com/zulip/zulip.git
7c8eacfa12
This queue is used to things which definitionally may take longer than a request, so paging after 60s is rather aggressive. This is especially true because this queue has a very long tail of very slow tasks -- p99 of task time in this queue is 8.5s, while p99.9 is 197s. Raise the paging threshold to 15 minutes. While there are semi-user-facing tasks which use this queue (primarily marking messages as read), those being delayed for minutes is already a real possibility if they are stuck behind a large realm export -- and this is not a situation which should necessarily page, since it is not solvable by the administrator. |
||
---|---|---|
.. | ||
lib | ||
nagios | ||
setup | ||
README.md | ||
__init__.py | ||
get-django-setting | ||
log-search | ||
purge-old-deployments | ||
refresh-sharding-and-restart | ||
restart-server | ||
start-server | ||
stop-server | ||
upgrade-zulip | ||
upgrade-zulip-from-git | ||
zulip-puppet-apply |
README.md
This directory contains scripts that:
-
Generally do not require access to Django or the database (those are "management commands"), and thus are suitable to run operationally.
-
Are useful for managing a production deployment of Zulip (many are also used in a Zulip development environment, though development-only scripts live in
tools/
).
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.