UNPKG

kued

Version:

Extensions for the Kue library (Daemonization, Checkpointing, etc.)

17 lines (14 loc) 281 B
'use strict'; const KueFactory = require('../../../lib/factories/kue'); const config = { kue: { connection: { prefix: 'checkpoint_test', redis: { port: 6379, host: 'localhost' } } } }; module.exports = KueFactory.create(config.kue);