Fix celery liveness probe
This commit is contained in:
parent
e4a44061e3
commit
b8a6f62724
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue