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
배포된 서버의 헬스체크를 위해 필요한 API 를 추가합니다. Liveness, readiness 체크 API 는 access log 가 남지 않아야 합니다.
The text was updated successfully, but these errors were encountered:
아직 readiness 는 체크할 것이 없으므로, liveness 만 추가해주시고 readiness 는 나중에 DB 연결이 생긴 후에 진행해주세요.
PR 만들 때 resolves 로 연결하게 되면 현재 이슈가 강제로 닫히게 되니 resolves 는 하지 마시고, liveness 만 진행 부탁드립니다.
Sorry, something went wrong.
Merge pull request #41 from skgndi12/feature/issue-31/add-api-to-chec…
46a44bd
…k-server-liveness [#31] Controller for server liveness
skgndi12
When branches are created from issues, their pull requests are automatically linked.
배포된 서버의 헬스체크를 위해 필요한 API 를 추가합니다.
Liveness, readiness 체크 API 는 access log 가 남지 않아야 합니다.
The text was updated successfully, but these errors were encountered: