Skip to content

Commit fbbc12f

Browse files
authored
Merge pull request #360 from Kernel360/docs/#357-update-readme
docs: README.md 업데이트
2 parents d5ca61c + ec1d7f9 commit fbbc12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ CPU 70 이상이 되면 Scale Out, 30이하면 Scale in이 되도록 Auto Scalin
6262
- [부하테스트 - 메시지 큐를 도입할 수 밖에 없었던 이유](https://www.canva.com/design/DAGfcRy6xGE/q6HvKo_qZ0ftXHH79zK6rg/edit?utm_content=DAGfcRy6xGE&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton)
6363
- [메시지 큐 중에 Kafka를 도입한 이유](https://github.com/Kernel360/KDEV3_monicar_BE/blob/develop/img/Kafa도입이유.md)
6464
- [Route53 동작이 제대로 안될 때가 있다.](https://github.com/Kernel360/blog/pull/131)
65+
- [SSE 응답이 계속 대기 중(Pending)으로 유지되는 문제](https://github.com/Kernel360/KDEV3_monicar_BE/wiki/SSE-%EC%9D%91%EB%8B%B5%EC%9D%B4-%EA%B3%84%EC%86%8D-%EB%8C%80%EA%B8%B0-%EC%A4%91(Pending)%EC%9C%BC%EB%A1%9C-%EC%9C%A0%EC%A7%80%EB%90%98%EB%8A%94-%EB%AC%B8%EC%A0%9C)
6566

6667
## 기술 세미나
6768
- [확장가능한 시스템 설계 - 박수현](https://docs.google.com/presentation/d/179fQnnWuqpqkAJLTbvhTNh4YNEe4cjSUiS6bVxZVHAY/edit?usp=sharing)

monicar-control-center/src/main/java/org/controlcenter/common/scheduler/Scheduler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
import org.controlcenter.vehicle.application.port.VehicleRepository;
1616
import org.controlcenter.vehicle.domain.VehicleInformation;
1717
import org.springframework.scheduling.TaskScheduler;
18-
import org.springframework.stereotype.Component;
1918
import org.springframework.transaction.annotation.Transactional;
2019

2120
import jakarta.annotation.PostConstruct;
2221
import lombok.RequiredArgsConstructor;
2322

24-
@Component
23+
// @Component
2524
@RequiredArgsConstructor
2625
public class Scheduler {
2726
private final AlarmRepository alarmRepository;

0 commit comments

Comments
 (0)