We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efaf4d commit cfbfd68Copy full SHA for cfbfd68
src/main/java/com/olegshan/parser/Performer.java
@@ -22,7 +22,7 @@ public class Performer {
22
@Autowired
23
private HeadHunterUa headHunterUa;
24
25
- @Scheduled(cron = "0 0 7-23 * * *", zone = "Europe/Athens")
+ @Scheduled(cron = "0 1 7-23 * * *", zone = "Europe/Athens")
26
public void perform() {
27
douUa.parse();
28
headHunterUa.parse();
0 commit comments