'use strict'; // 定时任务 module.exports = { time: { cron: '0/2 * * * * ?', // every: 2000, // limit: 100, }, fun: (app) => { // console.log("test",new Date()); } }