Fix celery liveness probe
This commit is contained in:
		
							parent
							
								
									e4a44061e3
								
							
						
					
					
						commit
						b8a6f62724
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -100,7 +100,7 @@ worker:
 | 
			
		|||
      - /bin/sh
 | 
			
		||||
      - -c
 | 
			
		||||
      - exec
 | 
			
		||||
      - celery -A glitchtip inspect ping -d celery@$HOSTNAME
 | 
			
		||||
      - celery -A glitchtip inspect ping -d celery@$HOSTNAME | grep -q OK
 | 
			
		||||
  resources:
 | 
			
		||||
    limits:
 | 
			
		||||
      cpu: 900m
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue