auto_delete should be false as well
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -71,7 +71,7 @@ def before_first_request():
 | 
			
		||||
    ch.exchange_declare(exchange=RABBITMQ_EXCHANGE,
 | 
			
		||||
                        exchange_type='fanout',
 | 
			
		||||
                        durable=False,
 | 
			
		||||
                        auto_delete=True)
 | 
			
		||||
                        auto_delete=False)
 | 
			
		||||
    fpika.return_channel(ch)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user