From 707f8437fe42572d2a86f75deffe51470b67a518 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 1 Jul 2022 09:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/app/lib/schedule/freshYingshiMsg.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js index e6cf144..e96a5f3 100644 --- a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js +++ b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js @@ -4,7 +4,8 @@ const moment = require('moment') module.exports = function (app, opts) { const freshYingshiState = schedule.scheduleJob( // '* * 4 * * *', - '*/10 * * * *', + // '*/10 * * * *', + '0 27 4 * * *', async () => { try { const startTime = moment() @@ -118,7 +119,8 @@ module.exports = function (app, opts) { const freshYingshiPlayUrl = schedule.scheduleJob( // '0 0 4 */1 *', - '*/30 * * * *', + // '*/30 * * * *', + '0 34 5 * * *', async () => { try { const { models } = app.fs.dc