We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7446eb commit 3cb4f42Copy full SHA for 3cb4f42
layer-batch/src/main/java/org/layer/batch/retrospect/RetrospectScheduler.java
@@ -30,6 +30,7 @@ public class RetrospectScheduler {
30
* @note: 1시간마다 실행된다.
31
*/
32
@Scheduled(cron = "0 0 * * * *")
33
+ @Transactional
34
public void updateRetrospectStatusToDone() {
35
log.info("Batch Module: Batch Start : updateRetrospectStatusToDone");
36
0 commit comments