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
 | 
					      - /bin/sh
 | 
				
			||||||
      - -c
 | 
					      - -c
 | 
				
			||||||
      - exec
 | 
					      - exec
 | 
				
			||||||
      - celery -A glitchtip inspect ping -d celery@$HOSTNAME
 | 
					      - celery -A glitchtip inspect ping -d celery@$HOSTNAME | grep -q OK
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 900m
 | 
					      cpu: 900m
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue