文件名称:schedule-drone:一个可靠的、容错的、持久的 node.js 事件调度器
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-04 20:13:35
CoffeeScript
计划无人机 一个可靠的、容错的、持久的 node.js 事件调度程序它通过将事件配置存储在磁盘上来实现它的弹性。 目前仅支持 MongoDB 持久化。 安装 npm install schedule-drone 发展 git clone git@github.com:topliceanu/schedule-drone.git cd schedule-drone npm install npm test # To run the tests. npm build # To build the js files that are published to npm 例子 drone = require ' schedule-drone ' drone . setConfig persistence : type : ' mongodb ' connec
【文件预览】:
schedule-drone-master
----src()
--------util.coffee(495B)
--------PersistentScheduler.coffee(5KB)
--------Store.coffee(6KB)
--------index.coffee(3KB)
--------Scheduler.coffee(901B)
----.npmignore(9B)
----.travis.yml(63B)
----test()
--------ScheduleDroneTest.coffee(2KB)
--------UtilTest.coffee(1KB)
--------StoreTest.coffee(7KB)
--------SchedulerTest.coffee(2KB)
--------PersistentSchedulerTest.coffee(4KB)
----README.md(4KB)
----.gitignore(101B)
----package.json(854B)