|
@@ -116,7 +116,8 @@ public class ParsingJob {
|
|
}
|
|
}
|
|
|
|
|
|
// @Scheduled(fixedRate = 900000)
|
|
// @Scheduled(fixedRate = 900000)
|
|
- @Scheduled(fixedRate = 60000)
|
|
|
|
|
|
+// @Scheduled(fixedRate = 60000)
|
|
|
|
+ @Scheduled(cron = "0 8,13,19,28,38,43,53 6,17,18 * * ?")
|
|
public void start() {
|
|
public void start() {
|
|
List<ParsingChannel> parsingChannels = new ArrayList<>();
|
|
List<ParsingChannel> parsingChannels = new ArrayList<>();
|
|
|
|
|
|
@@ -147,16 +148,16 @@ public class ParsingJob {
|
|
* 超短期生成定时任务
|
|
* 超短期生成定时任务
|
|
*/
|
|
*/
|
|
@Async
|
|
@Async
|
|
- @Scheduled(cron = "35 0,15,30,45 * * * ? ")
|
|
|
|
|
|
+ @Scheduled(cron = "0 0,15,30,45 * * * ? ")
|
|
// @Scheduled(fixedRate = 60000)
|
|
// @Scheduled(fixedRate = 60000)
|
|
public void ultraShortTermApi() {
|
|
public void ultraShortTermApi() {
|
|
jiaYueWindPowerCdqResultCoverFD0001Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0001Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0002Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0002Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0003Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0003Service.executeForecast();
|
|
|
|
+ jiaYueWindPowerCdqResultCoverFD0007Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0004Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0004Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0005Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0005Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0006Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0006Service.executeForecast();
|
|
- jiaYueWindPowerCdqResultCoverFD0007Service.executeForecast();
|
|
|
|
jiaYueWindPowerCdqResultCoverFD0009Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0009Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0010Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0010Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0015Service.executeForecast();
|
|
jiaYueWindPowerCdqResultCoverFD0015Service.executeForecast();
|