S&P 해양 데이터 동기화 배치 시스템
Go to file
HYOJIN 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
.claude chore: 팀 워크플로우 초기화 및 CLAUDE.md 프로젝트 특화 (#2) 2026-03-23 14:24:41 +09:00
.githooks chore: 팀 워크플로우 초기화 및 CLAUDE.md 프로젝트 특화 (#2) 2026-03-23 14:24:41 +09:00
.mvn chore: 팀 워크플로우 부트스트랩 - .mvn/settings.xml 2026-03-23 13:52:40 +09:00
docs feat(동기화현황): 동기화 현황 메뉴 추가 및 배치 Reader 리팩토링 (#1) (#5) 2026-03-24 17:29:07 +09:00
frontend fix(schedule): 스케줄 toggle API 메서드 불일치 수정 (#6) (#8) 2026-03-25 08:40:06 +09:00
src/main feat(batch): abandon/stale 실행 관리 엔드포인트 구현 (#7) 2026-03-25 08:47:48 +09:00
.editorconfig chore: 팀 워크플로우 부트스트랩 - .editorconfig 2026-03-23 13:52:37 +09:00
.gitattributes feat: snp-sync-batch 프로젝트 초기 설정 2026-03-23 13:33:31 +09:00
.gitignore feat(동기화현황): 동기화 현황 메뉴 추가 및 배치 Reader 리팩토링 (#1) (#5) 2026-03-24 17:29:07 +09:00
.sdkmanrc chore: 팀 워크플로우 부트스트랩 - .sdkmanrc 2026-03-23 13:52:40 +09:00
CLAUDE.md chore: 팀 워크플로우 초기화 및 CLAUDE.md 프로젝트 특화 (#2) 2026-03-23 14:24:41 +09:00
DEVELOPMENT_GUIDE.md feat: snp-sync-batch 프로젝트 초기 설정 2026-03-23 13:33:31 +09:00
pom.xml feat: snp-sync-batch 프로젝트 초기 설정 2026-03-23 13:33:31 +09:00
SWAGGER_GUIDE.md feat: snp-sync-batch 프로젝트 초기 설정 2026-03-23 13:33:31 +09:00
workflow-version.json chore: 팀 워크플로우 부트스트랩 - workflow-version.json 2026-03-23 13:52:38 +09:00