I hate bash I hate bash I hate bash

This commit is contained in:
David Burke 2023-04-20 21:05:47 -04:00
parent fb65f5f275
commit f39aa6dabe
2 changed files with 7 additions and 4 deletions

@ -1 +1 @@
Subproject commit ab1ff087d21e6f523c035b2061f06b490d60bf1d Subproject commit 466648631f63004b665ef8be701532af2a50a401

View file

@ -93,11 +93,14 @@ worker:
# targetMemory: 80 # targetMemory: 80
livenessProbe: livenessProbe:
enabled: true enabled: true
initialDelaySeconds: 30 initialDelaySeconds: 10
periodSeconds: 300 periodSeconds: 30
timeoutSeconds: 30 timeoutSeconds: 30
command: command:
- "celery -A glitchtip inspect ping -d celery@$HOSTNAME" - /bin/sh
- -c
- exec
- celery -A glitchtip inspect ping -d celery@$HOSTNAME
resources: resources:
limits: limits:
cpu: 900m cpu: 900m