Readd 1 second queue get timeout
Otherwise daemon stops will sometimes inexplicably block.
This commit is contained in:
		@@ -192,7 +192,7 @@ class ZookeeperLogger(Thread):
 | 
			
		||||
        while self.running:
 | 
			
		||||
            # Get a new message
 | 
			
		||||
            try:
 | 
			
		||||
                message = self.queue.get()
 | 
			
		||||
                message = self.queue.get(timeout=1)
 | 
			
		||||
                if not message:
 | 
			
		||||
                    continue
 | 
			
		||||
            except Exception:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user