Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Aug 30, 2024
1 parent 736e8ab commit 749d94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class SchedulerService {
* 매일 자정마다 만료된 아이템 체크.
* 아이템 상태변경 & 재고 수 변경
**/
@Scheduled(cron = "0 0 0 * * ?")
@Scheduled(cron = "0 10 0 * * ?")
public void updateExpiredItems() {
itemService.updateExpiredItems();
}
Expand Down

0 comments on commit 749d94e

Please sign in to comment.