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

chore: Prod에 무중단 배포 CI/CD 적용 #650

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

fromitive
Copy link
Contributor

📌 관련 이슈

close #649

✨ 작업 내용

ci/cd 스크립트 수정

📚 기타

@fromitive fromitive self-assigned this Oct 24, 2024
Copy link
Member

@masonkimseoul masonkimseoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 포케!!

@masonkimseoul masonkimseoul merged commit 9f4c98f into chongdae Oct 24, 2024
@masonkimseoul masonkimseoul deleted the feature/649-edit-ci-cd-prod branch October 24, 2024 15:31
fromitive added a commit that referenced this pull request Oct 24, 2024
* feat: HikariCP, Tomcat 튜닝 (#644)

* refactor: 임시로 DEV CI/CD 스크립트 수정

* refactor: branch 경로 수정 및 docker에만 push 할 수 있도록 수정

* refactor: accept-count 200

* refactor: - accept-count 200, + hikari max pool size 50

* refactor: + hikari max pool size 200

* refactor: - hikari max pool size 30

* refactor: OfferingEntity의 Member에 FetchType.LAZY 설정 및 트랜잭션 추가

* refactor: getAllOffering에 트렌젝션 적용

* chore: actuator에 hikariCP 메트릭 지표 추가

* refactor: - hikari max pool size 20

* refactor: + hikari max pool size 40

* refactor: - hikari max pool size 30

* refactor: - hikari max pool size 20

* refactor: + hikari max pool size 50

* refactor: - hikari max pool size 4

* refactor: + hikari max pool size 40

* refactor: hikari max pool size default(10)

* refactor: + hikari max pool size 8

* refactor: 테스트를 위해 공모 생성 시 알림 off

* refactor: - tomcat max threads 3

* refactor: + tomcat max threads 100

* refactor: default로 회귀

* feat: HikariCP, Tomcat 설정 및 주석 해제

* refactor: metric 관련 설정 제거

---------

Co-authored-by: fromitive <[email protected]>
Co-authored-by: Choo <[email protected]>

* chore: prod yml ci/cd를 blue & green 으로 변경 (#650)

---------

Co-authored-by: masonkimseoul <[email protected]>
Co-authored-by: Choo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Prod에 무중단 배포 CI/CD 적용
2 participants