abandon/stale 실행 관리 엔드포인트 백엔드 구현 #7
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
현황
프론트엔드(
batchApi.ts)에 다음 API 함수가 정의되어 있으나 백엔드 엔드포인트가 미구현 상태구현 필요 API
/api/batch/executions/stale?thresholdMinutes=60/api/batch/executions/{id}/abandon/api/batch/executions/stale/abandon-all?thresholdMinutes=60참고
BatchService에 관련 로직 추가 필요JobOperator.abandon()활용