docker-compose.yml 방법으로 sentry를 설치하고 필요에 따라서 기동 중지를 하는데 아래 메시지를 확인할 수 있고 메시지 내용은 memcached container에 대해서 healthcheck를 지속적으로 하는데 정상적인 check가 확인되지 않아서 발생하는 것입니다.

ERROR: Error while attempting to convert service.memcached.healthcheck.retries to appropriate type: "" is not a valid integer

해결 방법은 sentry 설치한 디렉터리에서 .env을 수정하시면 됩니다.

Screen Shot 2022-04-26 at 6.45.53 AM.png

HEALTHCHECk_RETRIES 값을 변경해주면 됩니다.

Screen Shot 2022-04-26 at 6.55.36 AM.png

[원문 주소]

https://develop.sentry.dev/self-hosted/troubleshooting/