Skip to content
New issue

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

05장. 배포 과정 #5

Open
KS-KIM opened this issue Mar 14, 2021 · 1 comment
Open

05장. 배포 과정 #5

KS-KIM opened this issue Mar 14, 2021 · 1 comment
Labels

Comments

@KS-KIM
Copy link

KS-KIM commented Mar 14, 2021

No description provided.

@KS-KIM KS-KIM added the 3주차 label Mar 14, 2021
@ksy90101
Copy link
Contributor

웹소켓이 있을때도 무중단 배포가 좋지 않을까요?

  • 웹소켓은 크게 문제가 되지 않을것 같지만, 시험보는 중이나, 중요한 업무 중에서는 사용하지 않는 것이 좋다.
  • 또한 트래픽이 많을때는 인스턴스가 많이 올라가 있을 텐데 블루그린 배포를 하면 비용적으로 많이 들수 있다.

웹소켓 서버를 새로 배포하면 결국 새로 배포한 서버와 기존 클라이언트의 커넥션을 다시 맺어줘야 할거 같은데, 그 부분에서도 리소스 + 끊김의 문제가 있겠구만요?

  • 까나리 배포를 사용할 수 있지 않을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants