Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 정렬
- 공룡게임
- Python
- jest
- flask
- Express
- game
- GIT
- AWS
- dfs
- nodejs
- Nest.js
- Dinosaur
- JavaScript
- mongoose
- Sequelize
- 게임
- Bull
- cookie
- MongoDB
- class
- OCR
- TypeScript
- Queue
- nestjs
- MySQL
- react
- typeORM
- 자료구조
Archives
- Today
- Total
목록CONSUMER (1)
포시코딩
[Nest.js][동시성 문제] Bull Queue
개요 https://4sii.tistory.com/422 [동시성 문제] (1) Transaction 사용과 통 Lock 걸어버리기 코드 Back-End: Nest.js - boards.service.ts async joinGroup(boardId: number, userId: number) { const board = await this.getBoard(boardId); const boardJoinInfo = await this.joinRepository.find({ where: { boardId }, }); if (board.joinLimit { if (join.userId 4sii.tistory.com 이전 포스팅에서 이어진다. 이전에 고민했던 동시성 문제에 대해 Queue 디자인 패턴을 활용해 해..
Node.js
2023. 2. 18. 21:56