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