Skip to content

[Agent] GraphAgent 내 relocate_card, create_new_group 등에서 DB에 상태 업데이트 즉각적으로 안 되는 문제 해결#130

Merged
Coldot merged 2 commits intodevelopfrom
feat/129
Sep 19, 2025
Merged

[Agent] GraphAgent 내 relocate_card, create_new_group 등에서 DB에 상태 업데이트 즉각적으로 안 되는 문제 해결#130
Coldot merged 2 commits intodevelopfrom
feat/129

Conversation

@Coldot
Copy link
Contributor

@Coldot Coldot commented Sep 19, 2025

- GraphRepository, create_new_group, get_graph, graph_utils에서 DB 세션 캐시 초기화 로직 추가하여 데이터 일관성 확보
- 세션 새로고침 실패 시에도 계속 진행하도록 예외 처리 추가
- 그래프 관련 도구에서 분산 락과 트랜잭션을 사용하여 데이터 일관성을 확보하는 로직 추가
- 각 도구에서 DB 세션 캐시 초기화 및 예외 처리를 통해 안정성 강화
- 그래프 작업 수행 시 안전성을 높이기 위한 재시도 메커니즘 구현
- 코드 가독성을 높이기 위해 주석 및 구조 정리
@Coldot Coldot self-assigned this Sep 19, 2025
@Coldot Coldot merged commit 923dad2 into develop Sep 19, 2025
1 check failed
@Coldot Coldot deleted the feat/129 branch September 19, 2025 04:28
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.

[Agent] GraphAgent 내 relocate_card, create_new_group 등에서 DB에 상태 업데이트 즉각적으로 안 되는 문제 해결

1 participant