Skip to content

Commit 3cb4f42

Browse files
committed
fix: 트랜잭션 추가
1 parent d7446eb commit 3cb4f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layer-batch/src/main/java/org/layer/batch/retrospect/RetrospectScheduler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class RetrospectScheduler {
3030
* @note: 1시간마다 실행된다.
3131
*/
3232
@Scheduled(cron = "0 0 * * * *")
33+
@Transactional
3334
public void updateRetrospectStatusToDone() {
3435
log.info("Batch Module: Batch Start : updateRetrospectStatusToDone");
3536

0 commit comments

Comments
 (0)