Files
bamboo/app/schedule/test.js
T
robin 344562baf4 up
2022-04-12 00:51:40 +08:00

10 lines
237 B
JavaScript

'use strict';
// 监听事件
module.exports = {
time : "*/3 * * * * *",
run : true,//系统启动时立即执行一次
schedule: (app) => {
// console.log('每3秒我执行一次' + app.utils.VERSION)
}
}