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
현재 신버전 배포 시 아주 짧은 시간동안 다운타임이 발생하는 상황입니다. SIGKILL 대신 SIGTERM 시그널을 사용해서 구버전 프로세스를 안전하게 종료하고, 추가로 스프링부트 graceful downtime을 적용하여 개선합니다.
SIGKILL
SIGTERM
1
The text was updated successfully, but these errors were encountered:
이거 적용 안 된 건가?
Sorry, something went wrong.
어.. 했나?
devHudi
No branches or pull requests
🤷 구현할 기능
현재 신버전 배포 시 아주 짧은 시간동안 다운타임이 발생하는 상황입니다.
SIGKILL
대신SIGTERM
시그널을 사용해서 구버전 프로세스를 안전하게 종료하고, 추가로 스프링부트 graceful downtime을 적용하여 개선합니다.🔨 상세 작업 내용
📄 참고 사항
⏰ 예상 소요 기간
1
The text was updated successfully, but these errors were encountered: