Files
bamboo/app/cms/schedule/test2.js
T
2022-06-04 11:43:05 +08:00

13 lines
183 B
JavaScript

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