mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build-groonga | ||
| build-pgroonga | ||
| check_rabbitmq_queue.py | ||
| check-database-compatibility | ||
| clean_emoji_cache.py | ||
| clean_node_cache.py | ||
| clean_unused_caches.py | ||
| clean_venv_cache.py | ||
| create-production-venv | ||
| email-mirror-postfix | ||
| fix-standalone-certbot | ||
| hash_reqs.py | ||
| install | ||
| install-node | ||
| node_cache.py | ||
| puppet_cache.py | ||
| pythonrc.py | ||
| queue_workers.py | ||
| setup_path.py | ||
| setup_venv.py | ||
| setup-apt-repo | ||
| setup-yum-repo | ||
| sharding.py | ||
| supervisor.py | ||
| unpack-zulip | ||
| update-git-upstream | ||
| upgrade-zulip | ||
| upgrade-zulip-from-git | ||
| upgrade-zulip-stage-2 | ||
| warn-rabbitmq-nodename-change | ||
| zulip_tools.py | ||