docs: Explain how and when to terminate manage.py process_queue --all.

This commit is contained in:
Alex Vandiver
2025-08-11 17:43:18 +00:00
committed by Tim Abbott
parent 2be9494f02
commit ef5796a05b

View File

@@ -413,7 +413,9 @@ instructions for other supported platforms.
```bash
/home/zulip/deployments/current/manage.py process_queue --all
```
to process any events still in the queues. You can also decide
...which will start all workers consuming any remaining events.
You should cancel this (with ^C) once `rabitmqctl list_queues`
shows that no queues contain events anymore. You can also decide
to skip this step if you're OK losing a bit of data of the
relevant type.
1. As root, run `apt purge rabbitmq-server` to remove the RabbitMQ