xjodoin / node-quartz

NodeJs Distributed Scheduling framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source change required to make this module work?

903004a opened this issue · comments

Hi. What's the status of this module?

I tried it out and had to change the following to get it to work:

  • var quartz = require('node-quartz'); from the README to var quartz = require('node-quartz')(options);
  • This line in lib/quartz.js:
            if (message.indexOf('quartz:jobs') === 0) {
            //if (message === 'quartz:jobs') {

Or did I misunderstand how to use it?
Thanks.