feat(batch): abandon/stale 실행 관리 엔드포인트 구현 (#7) #10

병합
HYOJIN feature/ISSUE-7-abandon-stale-endpoints 에서 develop 로 2 commits 를 머지했습니다 2026-03-25 08:53:16 +09:00
소유자

변경 사항

  • GET /executions/stale: 장기 실행(stale) 목록 조회
  • POST /executions/{id}/abandon: 특정 실행 강제 종료
  • POST /executions/stale/abandon-all: stale 일괄 강제 종료
  • BatchService에 관련 로직 추가
  • 릴리즈 노트 업데이트

관련 이슈

  • closes #7

테스트

  • 빌드 성공 확인

🤖 Generated with Claude Code

## 변경 사항 - GET /executions/stale: 장기 실행(stale) 목록 조회 - POST /executions/{id}/abandon: 특정 실행 강제 종료 - POST /executions/stale/abandon-all: stale 일괄 강제 종료 - BatchService에 관련 로직 추가 - 릴리즈 노트 업데이트 ## 관련 이슈 - closes #7 ## 테스트 - [x] 빌드 성공 확인 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HYOJIN added 2 commits 2026-03-25 08:52:16 +09:00
- GET /executions/stale: 장기 실행(stale) 목록 조회
- POST /executions/{id}/abandon: 특정 실행 강제 종료
- POST /executions/stale/abandon-all: stale 일괄 강제 종료
- BatchService에 getStaleExecutions, abandonExecution, abandonAllStale 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
claude-bot 이 변경사항을 승인하였습니다. 2026-03-25 08:53:15 +09:00
claude-bot left a comment
멤버

MR 승인

MR 승인
HYOJIN merged commit d55fba7226 into develop 2026-03-25 08:53:16 +09:00
HYOJIN 삭제된 브랜치 feature/ISSUE-7-abandon-stale-endpoints 2026-03-25 08:53:16 +09:00
"로그인하여 이 대화에 참여"
No reviewers
레이블 없음
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: gc/snp-sync-batch#10
No description provided.