From 98d43d6569bb475f5c974c8f2a1330ccefbfa628 Mon Sep 17 00:00:00 2001 From: chaosBreaking Date: Sun, 17 Nov 2019 16:46:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=9C=E6=AD=A2=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jobs/jobs.js | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/jobs/jobs.js b/src/jobs/jobs.js index 5341a28..dffe17c 100644 --- a/src/jobs/jobs.js +++ b/src/jobs/jobs.js @@ -90,30 +90,30 @@ const jobs = [ // skipImmediate: true, // timezone: "ETC/GMT+8" // }, - { - name: 'mineCorn', - processor: mineJob, - type: 'every', - slot: '0 0 2 * * *', - priority: 'highest', - unique: { - id: 'mine' - }, - skipImmediate: true, - timezone: "ETC/GMT+8" - }, - { - name: 'confirm', - processor: confirm, - type: 'every', - slot: '0 0/10 * * * *', // 59 */1 * * * - priority: 'highest', - unique: { - id: 'confirm' - }, - // skipImmediate: true, - timezone: "ETC/GMT+8" - } + // { + // name: 'mineCorn', + // processor: mineJob, + // type: 'every', + // slot: '0 0 2 * * *', + // priority: 'highest', + // unique: { + // id: 'mine' + // }, + // skipImmediate: true, + // timezone: "ETC/GMT+8" + // }, + // { + // name: 'confirm', + // processor: confirm, + // type: 'every', + // slot: '0 0/10 * * * *', // 59 */1 * * * + // priority: 'highest', + // unique: { + // id: 'confirm' + // }, + // // skipImmediate: true, + // timezone: "ETC/GMT+8" + // } ]; function mountJobs (Job) { jobs.map(jobConfig => {