mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	docs: Explain how and when to terminate manage.py process_queue --all.
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							2be9494f02
						
					
				
				
					commit
					ef5796a05b
				
			@@ -413,7 +413,9 @@ instructions for other supported platforms.
 | 
				
			|||||||
      ```bash
 | 
					      ```bash
 | 
				
			||||||
      /home/zulip/deployments/current/manage.py process_queue --all
 | 
					      /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
 | 
					      to skip this step if you're OK losing a bit of data of the
 | 
				
			||||||
      relevant type.
 | 
					      relevant type.
 | 
				
			||||||
   1. As root, run `apt purge rabbitmq-server` to remove the RabbitMQ
 | 
					   1. As root, run `apt purge rabbitmq-server` to remove the RabbitMQ
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user