Fix celery liveness probe

This commit is contained in:
David Burke 2023-05-02 13:52:43 +00:00
parent e4a44061e3
commit b8a6f62724

View file

@ -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