Skip to content

Commit

Permalink
test: Update CrawlingService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored Mar 19, 2024
1 parent b2cc680 commit 56bc5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class CrawlingService {
private static final Logger LOG = LoggerFactory.getLogger(CrawlingService.class);

// ๋งค์ฃผ ์›”์š”์ผ 00:00 ์นด๋“œ ํ˜œํƒ ํฌ๋กค๋ง
@Scheduled(cron = "0 16 13 ? * *")
@Scheduled(cron = "0 26 13 ? * *")
public void cardCrawling() throws CustomException {
String[] cardCompanyList = {"Kookmin", "Hyundai", "Samsung", "Shinhan", "Lotte", "Hana"};
for (String cardCompany : cardCompanyList){
Expand Down

0 comments on commit 56bc5d1

Please sign in to comment.