文件名称:node-run-schedule:在正确的时间以正确的频率运行函数,或者知道为什么它不起作用
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-01 04:10:47
JavaScript
节点运行计划 在正确的时间以正确的频率运行函数,或者知道为什么它不起作用。 var run = require ( 'run-schedule' ) ; var readable = run ( [ { id : 'optional. for logging otherwise [0]' duration : 1000 data : { hi : 1 } // is passed as the argument to the job function } ] , { repeat : true // optional. just keep going through this schedule forever. } , function ( job , cb ) { console . log ( job . data ) // logs "{h
【文件预览】:
node-run-schedule-master
----.gitignore(526B)
----package.json(904B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(2KB)
----test()
--------repeatend.js(766B)
--------test.js(96B)
--------schedule.js(563B)