zulip/scripts
K.Kanakhin 6a801db1c2 missed-emails-sending: Move email sending to separate queue worker.
- Add new 'missedmessage_email_senders' queue for sending missed messages emails.
- Add the new worker to process 'missedmessage_email_senders' queue.
- Split aggregation missed messages and sending missed messages email
  to separate queue workers.
- Adapt tests for sending missed emails to the new logic.

Fixes #2607
2017-03-07 20:08:40 -08:00
..
lib Fix several new errors caught by mypy 0.501. 2017-03-03 14:12:52 -08:00
nagios missed-emails-sending: Move email sending to separate queue worker. 2017-03-07 20:08:40 -08:00
setup Fix more errors caught by mypy 0.501. 2017-03-03 14:15:38 -08:00
__init__.py
get-django-setting
purge-old-deployments
README.md
restart-server
upgrade-zulip
upgrade-zulip-from-git mypy: Remove now-unused type: ignores. 2017-02-18 17:01:01 -08:00
zulip-puppet-apply zulip-puppet-apply: Fix running it as ./zulip-puppet-apply. 2017-02-27 15:25:14 -08: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 http://zulip.readthedocs.io/en/latest/directory-structure.html.