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 587199a commit ec5425e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class SchedulerService {
* 아이템 상태변경 & 재고 수 변경
**/
@Transactional
@Scheduled(cron = "0 50 0 * * ?")
@Scheduled(cron = "0 0 2 * * ?")
public void updateExpiredItems() {
log.info("Updating expired items");
itemService.updateExpiredItems();
Expand Down

0 comments on commit ec5425e

Please sign in to comment.