@@ -16,7 +16,7 @@ public class SaleTask {
SaleService saleService;
- @Scheduled(cron = "0 0/4 * * * ?")
+ @Scheduled(cron = "0 0/55 * * * ?")
public void getSale() {
saleService.getSale();
}