0.1.4 • Published 7 years ago

sysbeat v0.1.4

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

Background

forever start  --uid "sysbeat" /usr/lib/node_modules/sysbeat/bin/sysbeat.js /etc/sysbeat.json

Plugin development

You can use .tick() (and the internal scheduler) if you want but it's not necessary. You can also define a setTimeout() or a .setInterval() in the plugin constructor. Sometime it's easier to use this way.

Your functions MUST NOT block.