rsmq-worker icon indicating copy to clipboard operation
rsmq-worker copied to clipboard

Helper to simply implement a worker around RSMQ ( Redis Simple Message Queue )

Results 22 rsmq-worker issues
Sort by recently updated
recently updated
newest added

Hi to all, I'm using ioredis to establish a connection to Redis and use it as a client to RSMQ https://github.com/smrchy/rsmq and RSMQ-worker https://github.com/mpneuried/rsmq-worker. If I use a standalone Redis...

bug
enhancement
help wanted
TODO

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