|
@@ -20,7 +20,7 @@ const settings = [
|
|
|
// ["daily-notify-at-midday", "0 23 * * *", require("./notify/daily-notify-at-midday") as CronJobModule], // 每天晚上11点,对应巴西时间中午12点推送一轮
|
|
// ["daily-notify-at-midday", "0 23 * * *", require("./notify/daily-notify-at-midday") as CronJobModule], // 每天晚上11点,对应巴西时间中午12点推送一轮
|
|
|
// ["daily-notify-at-evening", "0 3 * * *", require("./notify/daily-notify-at-evening") as CronJobModule], // 每天凌晨3点,对应巴西时间下午4点
|
|
// ["daily-notify-at-evening", "0 3 * * *", require("./notify/daily-notify-at-evening") as CronJobModule], // 每天凌晨3点,对应巴西时间下午4点
|
|
|
// ["daily-notify-at-afternoon", "0 7 * * *", require("./notify/daily-notify-at-afternoon") as CronJobModule], // 每天上午7点,对应巴西时间晚上8点
|
|
// ["daily-notify-at-afternoon", "0 7 * * *", require("./notify/daily-notify-at-afternoon") as CronJobModule], // 每天上午7点,对应巴西时间晚上8点
|
|
|
- ["local-timezone-notify", "0 18 * * *", require("./notify/local-timezone-notify")], // 每天下午6点,开始制定当天的推送计划
|
|
|
|
|
|
|
+ ["local-timezone-notify", "30 18 * * *", require("./notify/local-timezone-notify")], // 每天下午6点,开始制定当天的推送计划
|
|
|
];
|
|
];
|
|
|
/**
|
|
/**
|
|
|
* Starts all scheduled cron jobs.
|
|
* Starts all scheduled cron jobs.
|