We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db 의 health check 주기가 5초로 설정했었는데, �쓸데없이 너무 자주하고있고 여러분의 노트북을 갉아먹고있는거같습니다.
지금 health check는 로컬에서 db가 띄워져있는지 확인용도로 쓰고있는데, 엄밀히 말하면 로컬에서 확인할필요가 있나 싶습니다. db안돌아가면 알아서 껏다 켜면 되지 않을까요?
아무튼 그래서 그냥 health check를 빼는게 어떨까요? wait_for_healthy.sh 는 다른 방식으로 확인하도록 수정해보겠습니다.
The text was updated successfully, but these errors were encountered:
Skyrich2000
No branches or pull requests
오류 사진 및 설명
db 의 health check 주기가 5초로 설정했었는데, �쓸데없이 너무 자주하고있고 여러분의 노트북을 갉아먹고있는거같습니다.
해결시도
지금 health check는 로컬에서 db가 띄워져있는지 확인용도로 쓰고있는데, 엄밀히 말하면 로컬에서 확인할필요가 있나 싶습니다.
db안돌아가면 알아서 껏다 켜면 되지 않을까요?
아무튼 그래서 그냥 health check를 빼는게 어떨까요?
wait_for_healthy.sh 는 다른 방식으로 확인하도록 수정해보겠습니다.
The text was updated successfully, but these errors were encountered: