Peter Hanneman

Results 2 issues of Peter Hanneman

I'm finding myself wanting to wrap longer genny functions containing several async functions with a bluebird promise that resolves or rejects at the end of the genny function. For some...

I've been trying to get my worker setup using: ``` new RSMQWorker('MyQueueName', { interval: [0.1, 0.2], defaultDelay: 0, maxReceiveCount: 10 invisibletime: 30, autostart: false, timeout: 6000, alwaysLogErrors: false, host: '127.0.0.1'...

bug
question