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

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

2 커밋

작성자 SHA1 메시지 날짜
7f336da235 docs: 릴리즈 노트 업데이트 2026-03-25 08:48:37 +09:00
cbdc14c3c4 feat(batch): abandon/stale 실행 관리 엔드포인트 구현 (#7)
- 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>
2026-03-25 08:47:48 +09:00