zulip/scripts
Alex Vandiver 29a0d287fc puppet: Allow for arbitrary queues to have more than one worker.
This generalizes from thumbnail_workers, to include any other queue.
We only additionally choose to document `email_senders_workers`,
however, since other queues are not guaranteed to work correctly with
multiple consumers.
2025-03-14 14:07:09 -07:00
..
lib check_rabbitmq_queue: Increase deferred_email_senders paging thresholds. 2025-03-11 12:34:11 -07:00
nagios puppet: Allow for arbitrary queues to have more than one worker. 2025-03-14 14:07:09 -07:00
setup kandra: Update Teleport version. 2025-02-21 10:16:33 -08:00
__init__.py
get-django-setting
log-search requirements: Upgrade Python requirements. 2024-11-19 11:09:34 -08:00
purge-old-deployments ruff: Partially reformat Python with Ruff 0.9 (2025 style). 2025-01-14 09:42:16 -08:00
README.md docs: Apply bullet style changes from Prettier. 2021-09-08 12:06:24 -07:00
refresh-sharding-and-restart sharding: Configure Tornado sharding with nginx map. 2022-09-15 16:07:50 -07:00
reload-clients reload-clients: Log how many reload events were actually sent. 2024-03-01 09:31:20 -08:00
restart-server restart-server: Add a --only-django for rolling Django restarts. 2024-10-08 12:53:21 -07:00
start-server
stop-server upload: Use tusd for resumable, larger uploads. 2024-09-19 11:37:29 -07:00
upgrade-zulip upgrade: Modify upgrade scripts to handle failure. 2021-06-23 08:42:20 -07:00
upgrade-zulip-from-git upgrade: Modify upgrade scripts to handle failure. 2021-06-23 08:42:20 -07:00
zulip-puppet-apply ruff: Fix SIM115 Use a context manager for opening files. 2024-10-20 18:16:27 -07:00

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.