[Code 개선] #17. [Database] 비동기 작업 관리를 위한 Job 테이블 모델 설계 #29
Reference in New Issue
Block a user
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?
1. 목표
비동기 작업의 진행 상황을 체계적으로 관리하기 위해
Job테이블의 데이터 모델을 설계하고 실제 DB에 반영합니다.2. 상세 원인 및 배경
Original: Kyeongmin/test#47