Kue initializer and job handler for APX API server
Simply add the initializer to the Apx config.
$ npm install apx apx-kue
var apx = require('apx')
apx.start({
initializers: 'apx-kue'
})
kue.host
null
Hostname for the kue web interface to listen on
kue.port
3001
Port for kue web interface to listen on
kue.redis.host
null
Redis Hostname uses the redis default otherwise
kue.redis.port
null
Redis Port uses the redis default otherwise
kue.redis.password
null
Password used to authenticate with redis
Language | javascript |
Version | 0.1.0 |
Git URL | https://github.com/nullivex/apx-kue |
License | MIT |
Description | APX module for Kue |
Keywords |