-
Notifications
You must be signed in to change notification settings - Fork 0
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
메모용 #16
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
대기열 작업 Follow up 가이드
https://github.com/f-lab-clone/queuing-system
첫번째 PR 을 통해 대기열 티켓을 발행하는 API 서버를 만들었습니다.
두번째 PR을 통해 발행된 대기열 티켓(=Wating)을 입장시키는(Move into Running) 스케줄러를 개발했습니다.
현재 AWS
development
환경에 배포 완료되었습니다. (물런 리뷰가 발생한다면, 수정해야겠지만요)Todo
전체적으로 하단에 기재된 Todo List를 따라가시면됩니다.
박정섭
김민준
임하영
만약 다 하셨다면 크게 세가지 루트가 있을 것 같습니다.
성능테스트 Follow up 가이드
작성해놨으니 임하영수병님과 함께 따라해보세요~)성능테스트 Follow up 가이드
현재 진행한 두가지 스파이크 테스트
실제로 어떻게 진행할 수 있을까?
개인 메모용
2차 Spike Test 고려사항
현재 API 고도화(Pagenation) 지연으로 실행 불가능
Backend Pod 재실행 필요
하나의 이벤트에만 모든 트래픽이 몰려야한다.
K6 옵션
noConnectionReuse
사용The text was updated successfully, but these errors were encountered: